pub trait GetBroadcastTransactions {
    // Required method
    fn get_broadcast_transactions(&self) -> bool;
}

Required Methods§

Implementors§