Dfns TypeScript SDK - v0.7.14
    Preparing search index...
    type RecoverSecretKeyParams = {
        curve: KeyCurve;
        encryptedKeyShares: { encryptedKeyShare: string; signerId: string }[];
        minSigners: number;
        protocol: KeyProtocol;
        publicKey: string;
    }
    Index

    Properties

    curve: KeyCurve
    encryptedKeyShares: { encryptedKeyShare: string; signerId: string }[]
    minSigners: number
    protocol: KeyProtocol
    publicKey: string