pub trait ToBech32IdString<Tag>where
    Self: HashType<Tag>,
    Tag: Tag,
{ fn to_bech32_id_string(&self) -> String; }
Expand description

Trait representing given bitcoin hash type as a Bech32 id1... value

Required Methods§

Returns Bech32-encoded string in form of id1... representing the type

Implementors§