SignatureShare class
The signature share to be sent to the aggregator/coordinator over an authenticated channel.
- Inheritance
-
- Object
- RustObjectWrapper<
SignatureShareOpaque> - WritableRustObjectWrapper<
SignatureShareOpaque> - SignatureShare
Constructors
- Reads the serialised share from a participant and throws InvalidSignatureShare if invalid.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- underlying → SignatureShareOpaque
-
no setterinherited
Methods
-
dispose(
) → void -
May be called when the underlying rust object is no longer needed to clear
memory before GC.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serializeImpl(
) → Uint8List -
Obtains serialised data for the signature share that can be shared with
the signature aggregator.
override
-
toBytes(
) → Uint8List -
Obtain the serailised bytes for this object
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited