Interface KeyManagerCHURPApplicationRequest

ApplicationRequest contains node's application to form a new committee.

interface KeyManagerCHURPApplicationRequest {
    checksum: Uint8Array;
    epoch: longnum;
    id: number;
    runtime_id: Uint8Array;
}

Hierarchy (view full)

Properties

checksum: Uint8Array

Checksum is the hash of the verification matrix.

epoch: longnum

Epoch is the epoch of the handoff for which the node would like to register.

id: number

ID is a unique CHURP identifier within the key manager runtime.

runtime_id: Uint8Array

RuntimeID is the identifier of the key manager runtime.