@kagamidigital/salt-sdk-mirror
    Preparing search index...

    Type Alias ValidKeygenNudgePayload

    ValidKeygenNudgePayload: NudgePayload & {
        accountId: string;
        partyId: number;
        sessionId: string;
        threshold: number;
        totalParties: number;
    }

    A NudgePayload narrowed to the shape required to join a keygen ceremony — every field the SDK reads is guaranteed defined.