Module bs58::decode [−][src]
Functions for decoding Base58 encoded strings.
Structs
| DecodeBuilder | 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. |
Type Definitions
| Result | A specialized |