Enumeration CashAddressDecodingError

Enumeration Members

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

Generated using TypeDoc