AccountParticipation class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.kebab)

Constructors

AccountParticipation({required String? selectionParticipationKey, required String? stateProofKey, required int voteFirstValid, required int voteKeyDilution, required int voteLastValid, required String? voteParticipationKey})
AccountParticipation.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionParticipationKey String?
Selection public key (if any) currently registered for this round.
final
stateProofKey String?
Root of the state proof key
final
voteFirstValid int
First round for which this participation is valid.
final
voteKeyDilution int
Number of subkeys in each batch of participation keys.
final
voteLastValid int
Last round for which this participation is valid.
final
voteParticipationKey String?
root participation public key (if any) currently registered for this round.
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