Show / Hide Table of Contents

Class LedgerBinaryEntity

Inheritance
object
BaseLedgerEntity
LedgerBinaryEntity
Implements
IBaseLedgerEntity
Inherited Members
BaseLedgerEntity.Closed
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class LedgerBinaryEntity : BaseLedgerEntity, IBaseLedgerEntity

Properties

| Edit this page View Source

LedgerData

Declaration
[JsonPropertyName("ledger_data")]
public string LedgerData { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Transactions

Declaration
[JsonPropertyName("transactions")]
public List<string> Transactions { get; set; }
Property Value
Type Description
List<string>

Implements

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