Quai Network Docs home page
English
What can I build on Quai?
⌘K
Ask AI
Developer Discord
Search...
Navigation
Encoding
encodeBase58
Learn
Build
SDK
Client
Guides
Get Involved
Getting Started
Introduction
Fundamentals
Addresses
Smart Contracts
Network Providers
Transactions
Wallets
Examples
Reference
Address
Application Binary Interface
Constants
Contract
Crypto
Encoding
UnicodeNormalizationForm
Utf8ErrorFunc
Utf8ErrorReason
decodeBase58
decodeBase64
decodeBytes32
encodeBase58
encodeBase64
encodeBytes32
toUtf8Bytes
toUtf8CodePoints
toUtf8String
Hash
Other
Providers
Signers
Transaction
Utils
Wallet
Wordlists
On this page
Parameters
Returns
Source
Encoding
encodeBase58
Copy
Ask AI
function
encodeBase58
(
_value
)
:
string
Encode
value
as a Base58-encoded string.
Parameters
Parameter
Type
Description
_value
BytesLike
The value to encode.
Returns
string
The Base58-encoded string.
Source
encoding/base58.ts:42
Was this page helpful?
Yes
No
Suggest edits
Raise issue
decodeBytes32
encodeBase64
Assistant
Responses are generated using AI and may contain mistakes.