pub trait IsInMempool {
    fn is_in_mempool(&mut self, txid: &u256) -> bool;
}

Required Methods§

| Check if transaction is in mempool. |

Implementors§