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