Show / Hide Table of Contents

Interface IBaseLedgerEntity

Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public interface IBaseLedgerEntity

Properties

| Edit this page View Source

Closed

Whether or not this ledger has been closed.

Declaration
bool? Closed { get; set; }
Property Value
Type Description
bool?
| Edit this page View Source

UnknownFields

Members the node sent that no declared property claims - see UnknownFields for what capture is and what it costs.

Declaration
Dictionary<string, JsonElement> UnknownFields { get; set; }
Property Value
Type Description
Dictionary<string, JsonElement>
Remarks

On the interface, not only on BaseLedgerEntity: LedgerEntity is typed as this interface, so without it a caller holding the ledger of a ledger response cannot read a captured field without casting to a concrete type - and which concrete type it is depends on whether the request asked for binary.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX