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