Show / Hide Table of Contents

Interface ILedgerStateFix

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

Inherited Members
ITransactionCommon.NetworkID
ITransactionCommon.Account
ITransactionCommon.AccountTxnID
ITransactionCommon.Fee
ITransactionCommon.Flags
ITransactionCommon.LastLedgerSequence
ITransactionCommon.Memos
ITransactionCommon.MemoValue
ITransactionCommon.Sequence
ITransactionCommon.Signers
ITransactionCommon.SigningPublicKey
ITransactionCommon.TransactionSignature
ITransactionCommon.TransactionType
ITransactionCommon.SourceTag
ITransactionCommon.TicketSequence
ITransactionCommon.Delegate
ITransactionCommon.OperationLimit
ITransactionCommon.Sponsor
ITransactionCommon.SponsorFlags
ITransactionCommon.ToJson()
ITransactionCommon.ToDictionary()
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public interface ILedgerStateFix : ITransactionCommon

Properties

| Edit this page View Source

LedgerFixType

The type of ledger fix to apply.

Declaration
ushort? LedgerFixType { get; set; }
Property Value
Type Description
ushort?
| Edit this page View Source

Owner

The owner account whose ledger objects need fixing.

Declaration
string Owner { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX