EncodeBase58

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

NameDescription
inputThe bytes to encode.