FROST Core TypeScript Library - v0.2.2-alpha.3
Preparing search index...
MissingCommitmentError
Class MissingCommitmentError<C>
Error thrown when a participant's commitment is missing from the signing package.
Type Parameters
C
extends
Ciphersuite
Hierarchy
Error
MissingCommitmentError
Index
Constructors
constructor
Properties
identifier
Constructors
constructor
new
MissingCommitmentError
<
C
extends
Ciphersuite
>
(
identifier
:
Identifier
<
C
>
,
)
:
MissingCommitmentError
<
C
>
Type Parameters
C
extends
Ciphersuite
Parameters
identifier
:
Identifier
<
C
>
Returns
MissingCommitmentError
<
C
>
Properties
Readonly
identifier
identifier
:
Identifier
<
C
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
identifier
FROST Core TypeScript Library - v0.2.2-alpha.3
Loading...
Error thrown when a participant's commitment is missing from the signing package.