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

Required Methods§

source

fn is_ready_to_broadcast(&mut self) -> bool

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

Implementors§