Decode a base58check string to bytes asynchronously
The base58check encoded string
Optionalformat: "uint8"Output format (default: 'uint8')
A Promise that resolves to the decoded bytes
Optionalformat: OutputFormatDecode a base58check string to bytes synchronously
The base58check encoded string
Optionalformat: "uint8"Output format (default: 'uint8')
The decoded bytes
Optionalformat: OutputFormatEncode bytes to base58check string asynchronously
The input bytes to encode
A Promise that resolves to the base58check encoded string
Encode bytes to base58check string synchronously
The input bytes to encode
The base58check encoded string
Base58Check encoder/decoder instance with both async and sync methods