@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Interface DSGOpts

    Options for creating a distributed signing request for signing transactions using Silent Network.

    interface DSGOpts {
        keyId: string;
        signAlg: MPCSignAlgorithm;
        threshold: number;
    }
    Index

    Properties

    keyId: string
    threshold: number