Trait wallet::ToP2pkh[][src]

pub trait ToP2pkh {
    fn to_p2pkh(&self) -> PubkeyScript;
fn to_p2wpkh(&self) -> PubkeyScript;
fn to_p2sh_wpkh(&self) -> PubkeyScript; }

Required methods

Loading content...

Implementors

impl<T> ToP2pkh for T where
    T: ToPublicKey
[src]

Loading content...