SignPart2 class

Generates the signature share to share with the signature aggregator/coordinator.

Constructors

SignPart2.new({required Identifier identifier, required SignDetails details, required SigningNonces ourNonces, required SigningCommitmentSet commitments, required SigningKeyInfo info})
After the signature share is generated, the ourNonces should be disposed. The commitments are also no longer needed.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
share SignatureShare
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited