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

  • default
    • NegativeUNL

Properties

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

A list of trusted validators that are currently disabled.

Type declaration

  • FirstLedgerSequence: number
  • PublicKey: string
LedgerEntryType: "NegativeUNL"
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