pub trait ConsensusOverloadChecker:
Sync
+ Send
+ 'static {
// Required method
fn check_consensus_overload(&self) -> SuiResult;
}Expand description
An object that can be used to check if the consensus is overloaded.
pub trait ConsensusOverloadChecker:
Sync
+ Send
+ 'static {
// Required method
fn check_consensus_overload(&self) -> SuiResult;
}An object that can be used to check if the consensus is overloaded.