Show / Hide Table of Contents

Class LedgerSide

One of the two ledgers a ledger call returns when it was asked for neither.

Inheritance
object
BaseMethodResult
LedgerSide
Inherited Members
BaseMethodResult.UnknownFields
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class LedgerSide : BaseMethodResult

Properties

| Edit this page View Source

LedgerEntity

The ledger header.

Declaration
[JsonPropertyName("ledger")]
[JsonConverter(typeof(LedgerBinaryConverter))]
public IBaseLedgerEntity LedgerEntity { get; set; }
Property Value
Type Description
IBaseLedgerEntity
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX