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