KeyResponse contains the key corresponding to a given key id.

interface KeyResponse {
    bondedWeight: Uint8Array;
    keyId: string;
    participants: KeygenParticipant[];
    startedAt: Long;
    startedAtTimestamp?: Date;
    state: KeyState;
    thresholdWeight: Uint8Array;
}

Properties

bondedWeight: Uint8Array
keyId: string
participants: KeygenParticipant[]

Keygen participants in descending order by weight

startedAt: Long
startedAtTimestamp?: Date
state: KeyState
thresholdWeight: Uint8Array

Generated using TypeDoc