pub trait IsTxInMainChain {
    // Required method
    fn is_tx_in_main_chain(&self, wtx: &WalletTx) -> bool;
}

Required Methods§

Implementors§