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

Required Methods§

Implementors§