MsgWithdrawDelegatorRewardAminoArgs constructor

MsgWithdrawDelegatorRewardAminoArgs(
  1. MsgWithdrawDelegatorRewardValueAminoArgs value
)

Implementation

MsgWithdrawDelegatorRewardAminoArgs(this.value) {
  type = DistributionConstants.DISTRIBUTION_MSG_WITHDRAW_DELEGATIONREWARD;
}