Show / Hide Table of Contents

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

Inheritance
object
BaseStream
ConsensusStream
Inherited Members
BaseStream.Type
Namespace: Xrpl.Models.Subscriptions
Assembly: Xrpl.dll
Syntax
public class ConsensusStream : BaseStream

Properties

| Edit this page View Source

Consensus

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
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX