@silencelaboratories/walletprovider-sdk
Preparing search index...
KeygenQuorumUserSignaturesBuilder
Interface KeygenQuorumUserSignaturesBuilder
interface
KeygenQuorumUserSignaturesBuilder
{
addKeygenGrantees
(
signAlg
:
MPCSignAlgorithm
,
grantees
:
readonly
UserAuthentication
[]
,
)
:
this
;
build
()
:
WpKeygenUserSignatures
;
setKeygenRoot
(
signAlg
:
MPCSignAlgorithm
,
authentication
:
UserAuthentication
,
)
:
this
;
}
Index
Methods
add
Keygen
Grantees
build
set
Keygen
Root
Methods
add
Keygen
Grantees
addKeygenGrantees
(
signAlg
:
MPCSignAlgorithm
,
grantees
:
readonly
UserAuthentication
[]
,
)
:
this
Parameters
signAlg
:
MPCSignAlgorithm
grantees
:
readonly
UserAuthentication
[]
Returns
this
build
build
()
:
WpKeygenUserSignatures
Returns
WpKeygenUserSignatures
set
Keygen
Root
setKeygenRoot
(
signAlg
:
MPCSignAlgorithm
,
authentication
:
UserAuthentication
,
)
:
this
Parameters
signAlg
:
MPCSignAlgorithm
authentication
:
UserAuthentication
Returns
this
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
Keygen
Grantees
build
set
Keygen
Root
@silencelaboratories/walletprovider-sdk
Loading...