Trait lnpbp_bech32::Bech32DataString[][src]

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