Show / Hide Table of Contents

Class EnableAmendmentResponse

Inheritance
object
BaseTransactionResponse
TransactionResponse
EnableAmendmentResponse
Implements
ITransactionResponse
IBaseTransactionResponse
IEnableAmendment
ITransactionCommon
Inherited Members
TransactionResponse.NetworkID
TransactionResponse.Account
TransactionResponse.AccountTxnID
TransactionResponse.Fee
TransactionResponse.Flags
TransactionResponse.LastLedgerSequence
TransactionResponse.Memos
TransactionResponse.MemoValue
TransactionResponse.Sequence
TransactionResponse.SigningPublicKey
TransactionResponse.Signers
TransactionResponse.TransactionType
TransactionResponse.TransactionSignature
TransactionResponse.Meta
TransactionResponse.ToJson()
TransactionResponse.ToDictionary()
TransactionResponse.SourceTag
TransactionResponse.TicketSequence
BaseTransactionResponse.Date
BaseTransactionResponse.Hash
BaseTransactionResponse.InLedger
BaseTransactionResponse.LedgerIndex
BaseTransactionResponse.Validated
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class EnableAmendmentResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, IEnableAmendment, ITransactionCommon

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

ITransactionResponse
IBaseTransactionResponse
IEnableAmendment
ITransactionCommon
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX