Class NodeBase
Base class for ledger entries
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public abstract class NodeBase
Properties
| Edit this page View SourceLedgerEntryType
Type of entry in the ledger
Declaration
[JsonPropertyName("LedgerEntryType")]
[JsonConverter(typeof(LedgerEntryTypeConverter))]
public LedgerEntryType LedgerEntryType { get; set; }
Property Value
| Type | Description |
|---|---|
| LedgerEntryType |
LedgerIndex
Identifier of this object in the ledger's state tree
Declaration
[JsonPropertyName("LedgerIndex")]
public string LedgerIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| string |