Show / Hide Table of Contents

Class LedgerStateFixResponse

The LedgerStateFix pseudo-transaction fixes ledger state inconsistencies. This is an administrative transaction.

Inheritance
object
BaseTransactionResponse
TransactionResponse
LedgerStateFixResponse
Implements
ITransactionResponse
IBaseTransactionResponse
ILedgerStateFix
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 LedgerStateFixResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, ILedgerStateFix, ITransactionCommon

Properties

| Edit this page View Source

LedgerFixType

The type of ledger fix to apply.

Declaration
[JsonPropertyName("LedgerFixType")]
public ushort LedgerFixType { get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

Owner

The owner account whose ledger objects need fixing.

Declaration
[JsonPropertyName("Owner")]
public string Owner { get; set; }
Property Value
Type Description
string

Implements

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