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

Required Methods§

source

fn push_tx_inventory(&mut self, hash: &u256)

Implementors§