Encoding
encodeBase58
Encode value
as a Base58-encoded string.
Parameters
Parameter | Type | Description |
---|---|---|
_value | BytesLike | The value to encode. |
Returns
string
The Base58-encoded string.
Source
Was this page helpful?
Encode value
as a Base58-encoded string.
Parameter | Type | Description |
---|---|---|
_value | BytesLike | The value to encode. |
string
The Base58-encoded string.
Was this page helpful?