Negative UNL
(Added by the [NegativeUNL amendment][].)
The NegativeUNL
object type contains the current status of the Negative UNL, a list of trusted validators currently believed to be offline.
Each ledger version contains at most one NegativeUNL
object. If no validators are currently disabled or scheduled to be disabled, there is no NegativeUNL
object in the ledger.
Example JSON
A NegativeUNL
object has the following fields:
Name | JSON Type | [Internal Type][] | Required? | Description |
---|---|---|---|---|
| Array | Array | No | A list of |
| Number | UInt32 | Yes | A bit-map of boolean flags. No flags are defined for the NegativeUNL object type, so this value is always |
| String | UInt16 | Yes | The value |
| String | Blob | No | The public key of a trusted validator that is scheduled to be disabled in the next flag ledger. |
| String | Blob | No | The public key of a trusted validator in the Negative UNL that is scheduled to be re-enabled in the next flag ledger. |
DisabledValidator Objects
Each DisabledValidator
object represents one disabled validator. In JSON, a DisabledValidator
object has one field, DisabledValidator
, which in turn contains another object with the following fields:
Name | JSON Type | [Internal Type][] | Description |
---|---|---|---|
| Number | UInt32 | The [ledger index][] when the validator was added to the Negative UNL. |
| String | Blob | The master public key of the validator, in hexadecimal. |
NegativeUNL ID Format
The NegativeUNL
object ID is the hash of the NegativeUNL
space key (0x004E
) only. This means that the ID of the NegativeUNL
object in a ledger is always:
Last updated