Encode a byte span as a base58‐encoded string
Synopsis
Declared in <base58.h>
std::string
EncodeBase58(std::span<unsigned char const> input);
Return Value
The base58‐encoded string.
Parameters
Name |
Description |
input |
The bytes to encode. |
Created with MrDocs