voteFirst property

  1. @JsonKey(name: 'votefst')
int? voteFirst
final

The first round that the participation key is valid. Not to be confused with the FirstValid round of the keyreg transaction.

Implementation

@JsonKey(name: 'votefst')
final int? voteFirst;