Class LOBaseLedger
base ledger fields
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class LOBaseLedger
Properties
| Edit this page View SourceLedgerHash
The SHA-512Half of this ledger version.
This serves as a unique identifier for this ledger and all its contents.
Declaration
[JsonPropertyName("ledger_hash")]
public string LedgerHash { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LedgerIndex
The ledger index of the ledger.
Some API methods display this as a quoted integer; some display it as a native JSON number.
Declaration
[JsonPropertyName("ledger_index")]
public uint LedgerIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |