DkgRound2Secret class
The secret from part 2 that is to be held until part 3. After part 3 this can be disposed of with dispose().
- Inheritance
-
- Object
- RustObjectWrapper<
DkgRound2SecretOpaque> - DkgRound2Secret
Constructors
- DkgRound2Secret.fromUnderlying(DkgRound2SecretOpaque _underlying)
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 → DkgRound2SecretOpaque
-
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited