Trait lightning::chain::chaininterface::BroadcasterInterface[][src]

pub trait BroadcasterInterface {
    fn broadcast_transaction(&self, tx: &Transaction);
}
Expand description

An interface to send a transaction to the Bitcoin network.

Required methods

Sends a transaction out to (hopefully) be mined.

Implementors