Interface UNLModify

Mark a change to the Negative UNL.

Hierarchy

  • UNLModify

Properties

LedgerSequence: number

The ledger index where this pseudo-transaction appears. This distinguishes the pseudo-transaction from other occurrences of the same change.

TransactionType: "UNLModify"
UNLModifyDisabling: 0 | 1

If 0, this change represents removing a validator from the Negative UNL. If 1, this change represents adding a validator to the Negative UNL.

UNLModifyValidator: string

The validator to add or remove, as identified by its master public key.

Generated using TypeDoc