FROST Hubert TypeScript Library - v1.0.0-alpha.20
Preparing search index...
index
dkg
coordinator
DkgFinalizeResult
Interface DkgFinalizeResult
Result of the DKG finalize command.
interface
DkgFinalizeResult
{
verifyingKey
:
string
;
collected
:
number
;
rejected
:
number
;
errors
:
number
;
timeouts
:
number
;
}
Index
Properties
verifying
Key
collected
rejected
errors
timeouts
Properties
verifying
Key
verifyingKey
:
string
collected
collected
:
number
rejected
rejected
:
number
errors
errors
:
number
timeouts
timeouts
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
verifying
Key
collected
rejected
errors
timeouts
FROST Hubert TypeScript Library - v1.0.0-alpha.20
Loading...
Result of the DKG finalize command.