Interface ILedgerStateFix
The LedgerStateFix pseudo-transaction fixes ledger state inconsistencies. This is an administrative transaction.
Inherited Members
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public interface ILedgerStateFix : ITransactionCommon
Properties
| Edit this page View SourceLedgerFixType
The type of ledger fix to apply.
Declaration
ushort LedgerFixType { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
Owner
The owner account whose ledger objects need fixing.
Declaration
string Owner { get; set; }
Property Value
| Type | Description |
|---|---|
| string |