pub trait PushTxInventory {
    fn push_tx_inventory(&mut self, hash: &u256);
}

Required Methods§

Implementors§