Class LedgerStateFix
The LedgerStateFix pseudo-transaction fixes ledger state inconsistencies. This is an administrative transaction.
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class LedgerStateFix : TransactionRequest, ITransactionRequest, ILedgerStateFix, ITransactionCommon
Constructors
| Edit this page View SourceLedgerStateFix()
Declaration
public LedgerStateFix()
Properties
| Edit this page View SourceLedgerFixType
The type of ledger fix to apply.
Declaration
[JsonPropertyName("LedgerFixType")]
public ushort LedgerFixType { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
Owner
The owner account whose ledger objects need fixing.
Declaration
[JsonPropertyName("Owner")]
public string Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| string |