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