Enum StreamType
Namespace: Xrpl.Models
Assembly: Xrpl.dll
Syntax
public enum StreamType : int
Fields
| Name | Description |
|---|---|
| ConsensusStream | consensusPhase indicates this is from the consensus stream. |
| Ledger | ledgerClosed indicates this is from the ledger stream. |
| OrderBook | The format of an order book stream message is the same as that of transaction stream messages, except that OfferCreate transactions also contain the owner_funds field. |
| PeerStatus | peerStatusChange indicates this comes from the Peer Status stream. |
| Transaction | transaction indicates this is the notification of a transaction, which could come from several possible streams. |
| Validations | The value validationReceived indicates this is from the validations stream. |