v1TvcOperatorSetParams class

Constructors

v1TvcOperatorSetParams({required String name, List<v1TvcOperatorParams>? newOperators, List<String>? existingOperatorIds, required num threshold})
const
v1TvcOperatorSetParams.fromJson(Map<String, dynamic> json)
factory

Properties

existingOperatorIds List<String>?
Existing operators to use as part of this new operator set
final
hashCode int
The hash code for this object.
no setterinherited
name String
Short description for this new operator set
final
newOperators List<v1TvcOperatorParams>?
Operators to create as part of this new operator set
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threshold num
The threshold of operators needed to reach consensus in this new Operator Set
final

Methods

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

Operators

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