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