PriorVoter constructor

const PriorVoter({
  1. required SolAddress authorizedPubkey,
  2. required BigInt epochOfLastAuthorizedSwitch,
  3. required BigInt targetEpoch,
})

Implementation

const PriorVoter(
    {required this.authorizedPubkey,
    required this.epochOfLastAuthorizedSwitch,
    required this.targetEpoch});