Module b58

Source
Expand description

Base58check encoding/decoding.

Structs§

Base58CheckOfBinProt
Wrapper that uses base58check of binprot serialization for the wrapped type for human readable serializer.
Base58CheckOfBytes
Wrapper that uses base58check of byte representation for the wrapped type for human readable serializer.

Enums§

FromBase58CheckError
ToBase58CheckError

Traits§

Base58CheckVersion
FromBase58Check
The type that can be constructed from base58check representation.
ToBase58Check
The type that can be converted to base58check representation.

Functions§

decode
When decoded, resulting data is checked against the version byte as its prefix.
encode
Before encoding, data is prepended with the version byte.