Show / Hide Table of Contents

Class LOBaseLedger

base ledger fields

Inheritance
object
LOBaseLedger
LOLedger
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class LOBaseLedger

Properties

| Edit this page View Source

LedgerHash

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
| Edit this page View Source

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
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX