Show / Hide Table of Contents

Class BaseLedgerEntity

Inheritance
object
BaseLedgerEntity
LedgerBinaryEntity
LedgerEntity
Implements
IBaseLedgerEntity
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public abstract class BaseLedgerEntity : IBaseLedgerEntity

Properties

| Edit this page View Source

Closed

Whether or not this ledger has been closed.

Declaration
[JsonPropertyName("closed")]
public bool Closed { get; set; }
Property Value
Type Description
bool

Implements

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