pub trait ToBech32String {
    fn to_bech32_string(&self) -> String;
}
Expand description

Creates Bech32 string with appropriate type data representation. Depending on the specific type, this may be id-string, data-string, z-string or other type of HRP.

Required Methods§

Creates Bech32 string with appropriate type data representation

Implementations on Foreign Types§

Implementors§