Type Alias RippleBase58Array

Source
pub type RippleBase58Array = Base58Array<Ripple>;
Expand description

Adapter to serialize a byte array as a base58 string using the Ripple alphabet

Aliased Typeยง

pub struct RippleBase58Array { /* private fields */ }