Dfns TypeScript SDK - v0.7.14
Preparing search index...
@dfns/sdk-keyexport-utils-bundler
RecoverSecretKeyParams
Type Alias RecoverSecretKeyParams
type
RecoverSecretKeyParams
=
{
curve
:
KeyCurve
;
encryptedKeyShares
:
{
encryptedKeyShare
:
string
;
signerId
:
string
}
[]
;
minSigners
:
number
;
protocol
:
KeyProtocol
;
publicKey
:
string
;
}
Index
Properties
curve
encrypted
Key
Shares
min
Signers
protocol
public
Key
Properties
curve
curve
:
KeyCurve
encrypted
Key
Shares
encryptedKeyShares
:
{
encryptedKeyShare
:
string
;
signerId
:
string
}
[]
min
Signers
minSigners
:
number
protocol
protocol
:
KeyProtocol
public
Key
publicKey
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
curve
encrypted
Key
Shares
min
Signers
protocol
public
Key
Dfns TypeScript SDK - v0.7.14
Loading...