FROST Hubert TypeScript Library - v1.0.0-alpha.20
Preparing search index...
index
dkg
participant
DkgRound1Options
Interface DkgRound1Options
Options for the DKG round1 command.
interface
DkgRound1Options
{
registryPath
?:
string
;
timeoutSeconds
?:
number
;
responseArid
?:
string
;
preview
?:
boolean
;
rejectReason
?:
string
;
sender
?:
string
;
invite
:
string
;
storageSelection
?:
StorageSelection
;
verbose
?:
boolean
;
}
Index
Properties
registry
Path?
timeout
Seconds?
response
Arid?
preview?
reject
Reason?
sender?
invite
storage
Selection?
verbose?
Properties
Optional
registry
Path
registryPath
?:
string
Optional
timeout
Seconds
timeoutSeconds
?:
number
Optional
response
Arid
responseArid
?:
string
Optional
preview
preview
?:
boolean
Optional
reject
Reason
rejectReason
?:
string
Optional
sender
sender
?:
string
invite
invite
:
string
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
timeout
Seconds
response
Arid
preview
reject
Reason
sender
invite
storage
Selection
verbose
FROST Hubert TypeScript Library - v1.0.0-alpha.20
Loading...
Options for the DKG round1 command.