pub trait HasDescendantsInMempool {
    // Required method
    fn has_descendants_in_mempool(&mut self, txid: &u256) -> bool;
}

Required Methods§

source

fn has_descendants_in_mempool(&mut self, txid: &u256) -> bool

| Check if transaction has descendants | in mempool. |

Implementors§