Show / Hide Table of Contents

Class LedgerEntryResponse

Inheritance
object
LedgerEntryResponse
Namespace: Xrpl.Models.Ledger
Assembly: Xrpl.dll
Syntax
public class LedgerEntryResponse

Properties

| Edit this page View Source

Index

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

Node

Declaration
[JsonPropertyName("node")]
[JsonConverter(typeof(LOConverter))]
public BaseLedgerEntry Node { get; set; }
Property Value
Type Description
BaseLedgerEntry
| Edit this page View Source

UnknownFields

Members the node sent that no declared property here claims. Mirrors UnknownFields for ledger entries and UnknownFields for command results: without it, anything this model does not yet know about is dropped between the node and the caller instead of surviving the round trip.

Declaration
[JsonExtensionData]
public Dictionary<string, JsonElement> UnknownFields { get; set; }
Property Value
Type Description
Dictionary<string, JsonElement>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX