pub trait Bech32DataString: AsPayload {
    fn bech32_data_string(&self) -> String { ... }
}
Expand description

Trait for creating data1... Bech32 representation of a given type

Provided Methods§

Returns data1... Bech32 representation of a given type

Implementors§