pub type MoneroBase58 = Base58<Monero>;
Adapter to serialize bytes as a base58 string using the Monero alphabet
pub struct MoneroBase58 { /* private fields */ }