Interface KeyManagerCHURPConfirmationRequest

ConfirmationRequest confirms that the node successfully completed the handoff.

interface KeyManagerCHURPConfirmationRequest {
    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 reconstructed the share.

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.