pub trait GetTxBlocksToMaturity {
    // Required method
    fn get_tx_blocks_to_maturity(&self, wtx: &WalletTx) -> i32;
}

Required Methods§

Implementors§