PrevUpHomeNext

ConsensusState

Whether we have or don't have a consensus.

Synopsis
enum ConsensusState

Values

Name

Description

No

We do not have consensus.

MovedOn

The network has consensus without us.

Yes

We have consensus along with the network.

Description
Header

#include <ripple/consensus/LedgerTiming.h>


PrevUpHomeNext