VoteProgramAuthorizeLayout constructor

const VoteProgramAuthorizeLayout({
  1. required SolAddress newAuthorized,
  2. required int voteAuthorizationType,
})

Implementation

const VoteProgramAuthorizeLayout(
    {required this.newAuthorized, required this.voteAuthorizationType});