FROST Hubert TypeScript Library - v1.0.0-alpha.20
Preparing search index...
index
dkg
coordinator
DkgRound1Options
Interface DkgRound1Options
Options for the DKG round1 command.
interface
DkgRound1Options
{
registryPath
?:
string
;
groupId
:
string
;
parallel
?:
boolean
;
timeoutSeconds
?:
number
;
preview
?:
boolean
;
verbose
?:
boolean
;
}
Index
Properties
registry
Path?
group
Id
parallel?
timeout
Seconds?
preview?
verbose?
Properties
Optional
registry
Path
registryPath
?:
string
group
Id
groupId
:
string
Optional
parallel
parallel
?:
boolean
Optional
timeout
Seconds
timeoutSeconds
?:
number
Optional
preview
preview
?:
boolean
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
preview
verbose
FROST Hubert TypeScript Library - v1.0.0-alpha.20
Loading...
Options for the DKG round1 command.