Interface IModifiedNode
Assembly: Xrpl.dll
Syntax
public interface IModifiedNode
Properties
|
Edit this page
View Source
FinalFields
Declaration
BaseLedgerEntry FinalFields { get; set; }
Property Value
|
Edit this page
View Source
LedgerEntryType
Declaration
LedgerEntryType LedgerEntryType { get; set; }
Property Value
|
Edit this page
View Source
LedgerIndex
Declaration
string LedgerIndex { get; set; }
Property Value
|
Edit this page
View Source
PreviousFields
Declaration
BaseLedgerEntry? PreviousFields { get; set; }
Property Value
|
Edit this page
View Source
PreviousTxnID
Declaration
string PreviousTxnID { get; set; }
Property Value
|
Edit this page
View Source
PreviousTxnLgrSeq
Declaration
uint? PreviousTxnLgrSeq { get; set; }
Property Value