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

    Type Alias ValidSigningNudgePayload

    ValidSigningNudgePayload: NudgePayload & {
        accountId: string;
        accountPublicKey: string;
        partyId: number;
        sessionId: string;
        threshold: number;
        totalParties: number;
        transactionId: string;
    }

    A NudgePayload narrowed to the shape required to join an existing signing ceremony — every field the SDK reads is guaranteed defined.