pub trait IsReadyToBroadcast {
// Required method
fn is_ready_to_broadcast(&mut self) -> bool;
}
Required Methods§
sourcefn is_ready_to_broadcast(&mut self) -> bool
fn is_ready_to_broadcast(&mut self) -> bool
| Check if the node is ready to broadcast | transactions. |