Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Properties

Properties

consensus

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

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

type

type: "consensusPhase"

Generated using TypeDoc