Expand description
Functions for decoding Base58 encoded strings.
Structs§
- A builder for setting up the alphabet and output of a base58 decode.
Enums§
- Errors that could occur when decoding a Base58 encoded string.
Traits§
- Represents a buffer that can be decoded into. See
DecodeBuilder::onto
and the provided implementations for more details.
Type Aliases§
- A specialized
Result
type forbs58::decode