Expand description
Base58 conversion tools Provide base58 convertion tools
Traits§
- ToBase58
- Convert to base58 string
Functions§
- bytes_
to_ str_ base58 - Create a Base58 string from a slice of bytes.
- str_
base58_ to_ 32bytes - Create an array of 32 bytes from a Base58 string.