Skip to main content
Encode value as a Base58-encoded string.

Parameters

ParameterTypeDescription
_valueBytesLikeThe value to encode.

Returns

string The Base58-encoded string.

Source

encoding/base58.ts:42