Trait lnpbp_bech32::ToBech32DataString[][src]

pub trait ToBech32DataString: ToPayload {
    fn to_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