Show / Hide Table of Contents

Class NodeBase

Base class for ledger entries

Inheritance
object
NodeBase
CreatedNode
DeletedNode
ModifiedNode
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public abstract class NodeBase

Properties

| Edit this page View Source

LedgerEntryType

Type of entry in the ledger

Declaration
[JsonPropertyName("LedgerEntryType")]
[JsonConverter(typeof(LedgerEntryTypeConverter))]
public LedgerEntryType LedgerEntryType { get; set; }
Property Value
Type Description
LedgerEntryType
| Edit this page View Source

LedgerIndex

Identifier of this object in the ledger's state tree

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