Module error

Expand description

Error code for the base58 crate.

Structs§

IncorrectChecksumError
Checksum was not correct.
InvalidCharacterError
Found a invalid ASCII byte while decoding base58 string.
TooShortError
The decode base58 data was too short (require at least 4 bytes for checksum).

Enums§

Error
An error occurred during base58 decoding (with checksum).