Encode a byte span into a base58-encoded string, including checksum
Declared in <base58.h>
std::string
EncodeBase58Check(std::span<unsigned char const> input);
The base58check-encoded string, with a trailing 4-byte checksum.
| Name | Description |
|---|---|
| input | The bytes to encode. |