| Class | Description |
|---|---|
| Bech32 | |
| Bech32.Bech32Data | |
| Config |
Config class reads the user provided configurations for keystore location and
default passphrase.
|
| PrefixedChecksummedBytes |
The following format is often used to represent some type of data (e.g.
|
| Exception | Description |
|---|---|
| AddressFormatException | |
| AddressFormatException.InvalidCharacter |
This exception is thrown by
Base58, Bech32 and the
PrefixedChecksummedBytes hierarchy of classes when you try to decode
data and a character isn't valid. |
| AddressFormatException.InvalidChecksum |
This exception is thrown by
Base58, Bech32 and the
PrefixedChecksummedBytes hierarchy of classes when you try to decode
data and the checksum isn't valid. |
| AddressFormatException.InvalidDataLength |
This exception is thrown by
Base58, Bech32 and the
PrefixedChecksummedBytes hierarchy of classes when you try to decode
data and the data isn't of the right size. |
| AddressFormatException.InvalidPrefix |
This exception is thrown by the
PrefixedChecksummedBytes hierarchy of
classes when you try and decode an address or private key with an invalid
prefix (version header or human-readable part). |
| AddressFormatException.WrongNetwork |
This exception is thrown by the
PrefixedChecksummedBytes hierarchy of
classes when you try and decode an address with a prefix (version header or
human-readable part) that used by another network (usually: mainnet vs
testnet). |