Class LedgerStateFixResponse
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 LedgerStateFixResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, ILedgerStateFix, ITransactionCommon
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 |