sui_core::consensus_adapter

Trait ConsensusOverloadChecker

Source
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.

Required Methods§

Implementors§