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

Required Methods§

Implementors§