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

Required Methods§

Implementors§