Type Alias MoneroBase58

Source
pub type MoneroBase58 = Base58<Monero>;
Expand description

Adapter to serialize bytes as a base58 string using the Monero alphabet

Aliased Typeยง

pub struct MoneroBase58 { /* private fields */ }