Interface NegativeUNL

The NegativeUNL object type contains the current status of the Negative UNL, a list of trusted validators currently believed to be offline.

Hierarchy

  • BaseLedgerEntry
  • MissingPreviousTxnID
    • NegativeUNL

Properties

DisabledValidators?: {
    FirstLedgerSequence: number;
    PublicKey: string;
}[]

A list of trusted validators that are currently disabled.

Type declaration

  • FirstLedgerSequence: number
  • PublicKey: string
LedgerEntryType: "NegativeUNL"
PreviousTxnID: never

This field is missing on this object but is present on most other returned objects.

PreviousTxnLgrSeq: never

This field is missing on this object but is present on most other returned objects.

ValidatorToDisable?: string

The public key of a trusted validator that is scheduled to be disabled in the next flag ledger.

ValidatorToReEnable?: string

The public key of a trusted validator in the Negative UNL that is scheduled to be re-enabled in the next flag ledger.

index: string

Generated using TypeDoc