Show / Hide Table of Contents

Class BaseStream

Inheritance
object
BaseStream
ValidationStream
ConsensusStream
OrderBookStream
PathFindStream
PeerStatusStream
TransactionStream
Namespace: Xrpl.Models.Subscriptions
Assembly: Xrpl.dll
Syntax
public class BaseStream

Properties

| Edit this page View Source

Type

consensusPhase indicates this is from the consensus stream
consensusPhase - type

Declaration
[JsonPropertyName("type")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public ResponseStreamType Type { get; set; }
Property Value
Type Description
ResponseStreamType
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX