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