Expand description
Base58check encoding/decoding.
Structs§
- Base58
Check OfBin Prot - Wrapper that uses base58check of binprot serialization for the wrapped type for human readable serializer.
- Base58
Check OfBytes - Wrapper that uses base58check of byte representation for the wrapped type for human readable serializer.
Enums§
Traits§
- Base58
Check Version - From
Base58 Check - The type that can be constructed from base58check representation.
- ToBase58
Check - The type that can be converted to base58check representation.