Class 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.
https://xrpl.org/subscribe.html#consensus-stream
Inherited Members
Namespace: Xrpl.Models.Subscriptions
Assembly: Xrpl.dll
Syntax
public class ConsensusStream : BaseStream
Properties
| Edit this page View SourceConsensus
The new consensus phase the server is in. Possible values are open, establish, and accepted.
Declaration
[JsonPropertyName("consensus")]
public string Consensus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |