Interface ConsensusStream

The consensus stream sends consensusPhase messages when the consensus process changes phase. The message contains the new phase of consensus the server is in.

Hierarchy

  • BaseStream
    • ConsensusStream

Properties

Properties

consensus: "open" | "establish" | "accepted"

The new consensus phase the server is in. Possible values are open, establish, and accepted.

type: "consensusPhase"

Generated using TypeDoc