pub trait RelayTransaction {
    // Required method
    fn relay_transaction(self: Arc<Self>, txid: &u256, wtxid: &u256);
}

Required Methods§

source

fn relay_transaction(self: Arc<Self>, txid: &u256, wtxid: &u256)

| Relay transaction to all peers. |

Implementors§