VRFInfo contains information for this node's participation in VRF based elections.

interface NodeVRFInfo {
    id: Uint8Array;
}

Properties

Properties

id: Uint8Array

ID is the unique identifier of the node used to generate VRF proofs.