Trait PubkeyInput

Source
pub trait PubkeyInput {
    // Required methods
    fn get_pubkey(&self) -> Script;
    fn get_signature(&self) -> Script;
}

Required Methods§

Implementors§