Enumeration Members
capabilityWithoutNft
capabilityWithoutNft: "Invalid token prefix: capability requires an NFT."
commitmentLengthZero
commitmentLengthZero: "Invalid token prefix: if encoded, commitment length must be greater than 0."
commitmentWithoutNft
commitmentWithoutNft: "Invalid token prefix: commitment requires an NFT."
excessiveAmount
excessiveAmount: "Invalid token prefix: exceeds maximum fungible token amount of 9223372036854775807."
insufficientLength
insufficientLength: "Invalid token prefix: insufficient length."
invalidAmountEncoding
invalidAmountEncoding: "Invalid token prefix: invalid fungible token amount encoding."
invalidCapability
invalidCapability: "Invalid token prefix: capability must be none (0), mutable (1), or minting (2)."
invalidCommitment
invalidCommitment: "Invalid token prefix: invalid non-fungible token commitment."
invalidPrefix
invalidPrefix: "Error reading token prefix."
noTokens
noTokens: "Invalid token prefix: must encode at least one token."
reservedBit
reservedBit: "Invalid token prefix: reserved bit is set."
zeroAmount
zeroAmount: "Invalid token prefix: if encoded, fungible token amount must be greater than 0."