Class LOLedgerCurrentIndex
Response expected from a {@link LedgerCurrentRequest}.
Inheritance
object
LOLedgerCurrentIndex
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class LOLedgerCurrentIndex
Properties
| Edit this page View SourceCurrentIndex
The ledger index of this ledger version.
Declaration
[JsonPropertyName("ledger_current_index")]
public uint CurrentIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
UnknownFields
Members the node sent that no declared property here claims. Mirrors UnknownFields for ledger entries and UnknownFields for command results: without it, anything this model does not yet know about is dropped between the node and the caller instead of surviving the round trip.
Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement> UnknownFields { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, JsonElement> |