Trait bitcoin_peerman::RelayTransaction
source · pub trait RelayTransaction {
// Required method
fn relay_transaction(self: Arc<Self>, txid: &u256, wtxid: &u256);
}Required Methods§
sourcefn relay_transaction(self: Arc<Self>, txid: &u256, wtxid: &u256)
fn relay_transaction(self: Arc<Self>, txid: &u256, wtxid: &u256)
| Relay transaction to all peers. |