Import VL Sequence
(Added by the [Import amendment][].)
The ImportVLSequence
helps track and validate the order of operations during the import process. It is used to ensure that the correct sequence of events occurs and to handle any discrepancies or updates to the dUNL on the "burning" ledger.
Example JSON
Fields
A ImportVLSequence
object has the following fields:
Field | JSON Type | [Internal Type][] | Required? | Description |
---|---|---|---|---|
| String | UInt16 | Yes | The value |
| Number | UInt32 | Yes | A bit-map of boolean flags. No flags are defined for the |
| Number | UInt32 | Yes | The current sequence number of the dUNL list on the "burning" ledger. |
| String | Blob | Yes | The |
Import VL Sequence ID Format
The ID of a ImportVLSequence
object is the [SHA-512Half][] of the following values, concatenated in order:
The Import VL Sequence space key (
0x0049
)The Public Key of the Import Validator List
Last updated