ConfigProposalSetupResponse class
- Mixed-in types
Constructors
- ConfigProposalSetupResponse.new({required int minTotRounds, required int maxTotRounds, required int minWins, required int maxLosses, required BigInt minStoreSec, required BigInt maxStoreSec, required BigInt bitPrice, required BigInt cellPrice})
-
const
-
ConfigProposalSetupResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bitPrice → BigInt
-
final
- cellPrice → BigInt
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxLosses → int
-
final
- maxStoreSec → BigInt
-
final
- maxTotRounds → int
-
final
- minStoreSec → BigInt
-
final
- minTotRounds → int
-
final
- minWins → int
-
final
- 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
-
toJson(
) → Map< String, dynamic> -
Converts the object to a JSON-compatible
Map<String, dynamic>
.override -
toString(
) → String -
Returns a string representation of the object,
including its runtime type and JSON serialization.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited