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:
LedgerEntryType
String
UInt16
Yes
The value 0x0049
, mapped to the string ImportVLSequence
, indicates that this object is a ImportVLSequence object.
Flags
Number
UInt32
Yes
A bit-map of boolean flags. No flags are defined for the ImportVLSequence
object type, so this value is always 0
.
ImportSequence
Number
UInt32
Yes
The current sequence number of the dUNL list on the "burning" ledger.
PublicKey
String
Blob
Yes
The PublicKey
of the dUNL list from the "burning" ledger.
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