Expand description

encode Vec objects into a Base58Check encoded String This crate is a direct port of the npm package noble-base58check Details here: https://github.com/pas1ko/noble-base58check/blob/master/base.ts

This crate does NOT decode Base58Check encoded strings back to Vec

Functions

Converts a Vec into a checksummed base58check encoded string

Encodes a Vec into a Base58Check encoded string, without checksumming the source Vec