pub trait IsReadyToBroadcast {
    fn is_ready_to_broadcast(&mut self) -> bool;
}

Required Methods§

| Check if the node is ready to broadcast | transactions. |

Implementors§