pub trait SetBroadcastTransactions { // Required method fn set_broadcast_transactions(&mut self, broadcast: bool); }