Constants
Constants are defined and exposed as:
import Neon from "@cityofzion/neon-js";
const nativeContractHashes = Neon.CONST.NATIVE_CONTRACT_HASH;
import { CONST } from "@cityofzion/neon-js";
const addrVersion = CONST.DEFAULT_ADDRESS_VERSION;
Do refer to the source code for all the constants available.