Show / Hide Table of Contents

Interface IModifiedNode

Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public interface IModifiedNode

Properties

| Edit this page View Source

FinalFields

Declaration
BaseLedgerEntry FinalFields { get; set; }
Property Value
Type Description
BaseLedgerEntry
| Edit this page View Source

LedgerEntryType

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

LedgerIndex

Declaration
string LedgerIndex { get; set; }
Property Value
Type Description
string
| Edit this page View Source

PreviousFields

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

PreviousTxnID

Declaration
string PreviousTxnID { get; set; }
Property Value
Type Description
string
| Edit this page View Source

PreviousTxnLgrSeq

Declaration
uint? PreviousTxnLgrSeq { get; set; }
Property Value
Type Description
uint?
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX