FROST Hubert TypeScript Library - v1.0.0-alpha.20
Preparing search index...
index
dkg
participant
DkgReceiveResult
Interface DkgReceiveResult
Result of the DKG receive command.
interface
DkgReceiveResult
{
groupId
:
string
;
requestId
:
string
;
minSigners
:
number
;
charter
:
string
;
validUntil
:
string
;
responseArid
:
string
;
envelopeUr
?:
string
;
coordinatorName
?:
string
;
participantNames
?:
string
[]
;
}
Index
Properties
group
Id
request
Id
min
Signers
charter
valid
Until
response
Arid
envelope
Ur?
coordinator
Name?
participant
Names?
Properties
group
Id
groupId
:
string
request
Id
requestId
:
string
min
Signers
minSigners
:
number
charter
charter
:
string
valid
Until
validUntil
:
string
response
Arid
responseArid
:
string
Optional
envelope
Ur
envelopeUr
?:
string
Optional
coordinator
Name
coordinatorName
?:
string
Optional
participant
Names
participantNames
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
Id
request
Id
min
Signers
charter
valid
Until
response
Arid
envelope
Ur
coordinator
Name
participant
Names
FROST Hubert TypeScript Library - v1.0.0-alpha.20
Loading...
Result of the DKG receive command.