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

    Type Alias ValidSignMessageNudgePayload

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

    A NudgePayload narrowed to the shape required to join a sign-message ceremony — every field the SDK reads is guaranteed defined. Unlike signing nudges, no transactionId is required because sign-message ceremonies are not backed by a database record.