FROST Hubert TypeScript Library - v1.0.0-alpha.20
Preparing search index...
index
dkg
participant
DkgReceiveOptions
Interface DkgReceiveOptions
Options for the DKG receive command.
interface
DkgReceiveOptions
{
registryPath
?:
string
;
timeoutSeconds
?:
number
;
noEnvelope
?:
boolean
;
info
?:
boolean
;
sender
?:
string
;
invite
:
string
;
storageSelection
?:
StorageSelection
;
verbose
?:
boolean
;
}
Index
Properties
registry
Path?
timeout
Seconds?
no
Envelope?
info?
sender?
invite
storage
Selection?
verbose?
Properties
Optional
registry
Path
registryPath
?:
string
Optional
timeout
Seconds
timeoutSeconds
?:
number
Optional
no
Envelope
noEnvelope
?:
boolean
Optional
info
info
?:
boolean
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
no
Envelope
info
sender
invite
storage
Selection
verbose
FROST Hubert TypeScript Library - v1.0.0-alpha.20
Loading...
Options for the DKG receive command.