Class LedgerEntryResponse
Inheritance
object
LedgerEntryResponse
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class LedgerEntryResponse
Properties
| Edit this page View SourceIndex
Declaration
[JsonPropertyName("index")]
public string Index { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Node
Declaration
[JsonPropertyName("node")]
[JsonConverter(typeof(LOConverter))]
public BaseLedgerEntry Node { get; set; }
Property Value
| Type | Description |
|---|---|
| BaseLedgerEntry |