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

    Interface SignMessageJoinCeremony

    Returned by the join callback of a NudgeListener sign-message nudge. Call wait() to contribute this party's signature share. The co-signer's role ends when signing completes.

    interface SignMessageJoinCeremony {
        wait(): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Runs the MPC signing rounds for this co-signer.

      Returns Promise<void>