KeyRegistrationTransactionResponse class

Fields for a key registration transaction.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.kebab)

Constructors

KeyRegistrationTransactionResponse({bool? nonParticipation, String? selectionParticipationKey, int? voteFirstValid, int? voteLastValid, int? voteKeyDilution, String? voteParticipationKey})
KeyRegistrationTransactionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nonParticipation bool?
Mark the account as participating or non-participating.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionParticipationKey String?
Public key used with the Verified Random Function (VRF) result during committee selection.
final
voteFirstValid int?
First round this participation key is valid.
final
voteKeyDilution int?
Number of subkeys in each batch of participation keys.
final
voteLastValid int?
Last round this participation key is valid.
final
voteParticipationKey String?
Participation public key used in key registration transactions.
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