FROST Hubert TypeScript Library - v1.0.0-alpha.20
Preparing search index...
index
dkg
coordinator
DkgFinalizeOptions
Interface DkgFinalizeOptions
Options for the DKG finalize command.
interface
DkgFinalizeOptions
{
registryPath
?:
string
;
groupId
:
string
;
parallel
?:
boolean
;
timeoutSeconds
?:
number
;
verbose
?:
boolean
;
}
Index
Properties
registry
Path?
group
Id
parallel?
timeout
Seconds?
verbose?
Properties
Optional
registry
Path
registryPath
?:
string
group
Id
groupId
:
string
Optional
parallel
parallel
?:
boolean
Optional
timeout
Seconds
timeoutSeconds
?:
number
Optional
verbose
verbose
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
registry
Path
group
Id
parallel
timeout
Seconds
verbose
FROST Hubert TypeScript Library - v1.0.0-alpha.20
Loading...
Options for the DKG finalize command.