Enumeration Members
improperPadding
improperPadding: "Error decoding CashAddress: the payload is improperly padded."
invalidCharacters
invalidCharacters: "Error decoding CashAddress: the payload contains non-bech32 characters."
invalidChecksum
invalidChecksum: "Error decoding CashAddress: invalid checksum - please review the address for errors."
invalidFormat
invalidFormat: "Error decoding CashAddress: CashAddresses should be of the form \"prefix:payload\"."
mismatchedPayloadLength
mismatchedPayloadLength: "Error decoding CashAddress: mismatched payload length for specified address version."
reservedByte
reservedByte: "Error decoding CashAddress: unknown CashAddress version, reserved byte set."
unknownAddressType
unknownAddressType: "Error decoding CashAddress: unknown CashAddress type."