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

Required Methods§

source

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

Implementors§