Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
reconstructMultiPartyResult
Function reconstructMultiPartyResult
reconstructMultiPartyResult
(
mpv
:
MultiPartyVerification
,
collectedShares
:
ShamirShare
[]
,
)
:
{
result
:
boolean
;
sharesUsed
:
number
;
verified
:
boolean
}
Reconstruct and verify the multi-party result from collected shares.
Parameters
mpv
:
MultiPartyVerification
collectedShares
:
ShamirShare
[]
Returns
{
result
:
boolean
;
sharesUsed
:
number
;
verified
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Reconstruct and verify the multi-party result from collected shares.