Interface IEnableAmendment
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public interface IEnableAmendment : ITransactionCommon
Properties
| Edit this page View SourceAmendment
A unique identifier for the amendment.
This is not intended to be a human-readable name.
See Amendments for a list of known amendments.
Declaration
string Amendment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LedgerSequence
The ledger index where this pseudo-transaction appears.
This distinguishes the pseudo-transaction from other occurrences of the same change.
Declaration
uint LedgerSequence { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |