pub trait HasDescendantsInMempool {
// Required method
fn has_descendants_in_mempool(&mut self, txid: &u256) -> bool;
}
Required Methods§
sourcefn has_descendants_in_mempool(&mut self, txid: &u256) -> bool
fn has_descendants_in_mempool(&mut self, txid: &u256) -> bool
| Check if transaction has descendants | in mempool. |