Show / Hide Table of Contents

Class EnableAmendment

Inheritance
object
TransactionRequest
EnableAmendment
Implements
ITransactionRequest
IEnableAmendment
ITransactionCommon
Inherited Members
TransactionRequest.NetworkID
TransactionRequest.Account
TransactionRequest.AccountTxnID
TransactionRequest.Fee
TransactionRequest.Flags
TransactionRequest.LastLedgerSequence
TransactionRequest.Memos
TransactionRequest.Sequence
TransactionRequest.SigningPublicKey
TransactionRequest.Signers
TransactionRequest.TransactionType
TransactionRequest.TransactionSignature
TransactionRequest.ToJson()
TransactionRequest.ToDictionary()
TransactionRequest.SourceTag
TransactionRequest.TicketSequence
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class EnableAmendment : TransactionRequest, ITransactionRequest, IEnableAmendment, ITransactionCommon

Constructors

| Edit this page View Source

EnableAmendment()

Declaration
public EnableAmendment()

Properties

| Edit this page View Source

Amendment

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
public string Amendment { get; set; }
Property Value
Type Description
string
| Edit this page View Source

LedgerSequence

The ledger index where this pseudo-transaction appears.
This distinguishes the pseudo-transaction from other occurrences of the same change.

Declaration
public uint LedgerSequence { get; set; }
Property Value
Type Description
uint

Implements

ITransactionRequest
IEnableAmendment
ITransactionCommon

Extension Methods

BatchUtils.ToBatchTx(ITransactionRequest)
Utilities.Encode(TransactionRequest)
Utilities.EncodeForMultiSigning(TransactionRequest, string)
Utilities.EncodeForSigning(TransactionRequest)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX