function encodeBase58(_value): string
Encode value as a Base58-encoded string.
value
_value
BytesLike
string
The Base58-encoded string.
encoding/base58.ts:42
Was this page helpful?