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