Class LedgerSide
One of the two ledgers a ledger call returns when it was asked for neither.
Inherited Members
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class LedgerSide : BaseMethodResult
Properties
| Edit this page View SourceLedgerEntity
The ledger header.
Declaration
[JsonPropertyName("ledger")]
[JsonConverter(typeof(LedgerBinaryConverter))]
public IBaseLedgerEntity LedgerEntity { get; set; }
Property Value
| Type | Description |
|---|---|
| IBaseLedgerEntity |