ClientDkgState class
- Implemented types
Constructors
- ClientDkgState.new({required NewDkgDetails details, required Identifier creator, required Expiry expiry, DkgCommitmentList commitments = const [], DkgRound1Secret? ourSecret})
Properties
- creator → Identifier
-
final
- details → NewDkgDetails
-
final
- expiry → Expiry
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- round ↔ ClientDkgRoundState
-
getter/setter pair
- round1 → ClientDkgRound1State
-
no setter
- round2 → ClientDkgRound2State
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
progress(
Identifier selfId) → DkgInProgress -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited