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