StakeAuthorizationDataArgs constructor

StakeAuthorizationDataArgs(
  1. AuthorizationType authorizationType,
  2. CoinDataArgs? maxTokens,
  3. StakeAuthorizationValidatorsDataArgs? allow_list,
  4. StakeAuthorizationValidatorsDataArgs? deny_list,
)

Implementation

StakeAuthorizationDataArgs(
    this.authorizationType, this.maxTokens, this.allow_list, this.deny_list) {
  type = CosmosConstants.COSMOS_STAKE_AUTHORIZATION;
}