KeygenSessionResponse contains the keygen session info for a given key ID.

interface KeygenSessionResponse {
    bondedWeight: Uint8Array;
    completedAt: Long;
    expiresAt: Long;
    gracePeriod: Long;
    keygenThresholdWeight: Uint8Array;
    participants: KeygenParticipant[];
    signingThresholdWeight: Uint8Array;
    startedAt: Long;
    startedAtTimestamp?: Date;
    state: MultisigState;
}

Properties

bondedWeight: Uint8Array
completedAt: Long
expiresAt: Long
gracePeriod: Long
keygenThresholdWeight: Uint8Array
participants: KeygenParticipant[]

Keygen candidates in descending order by weight

signingThresholdWeight: Uint8Array
startedAt: Long
startedAtTimestamp?: Date

Generated using TypeDoc