Trait bitcoinchain_interface::IsInMempool
source · pub trait IsInMempool {
// Required method
fn is_in_mempool(&mut self, txid: &u256) -> bool;
}
Required Methods§
sourcefn is_in_mempool(&mut self, txid: &u256) -> bool
fn is_in_mempool(&mut self, txid: &u256) -> bool
| Check if transaction is in mempool. |