MsgFundCommunityPoolAminoArgs constructor

MsgFundCommunityPoolAminoArgs(
  1. MsgFundCommunityPoolValueAminoArgs value
)

Implementation

MsgFundCommunityPoolAminoArgs(this.value) {
  type = DistributionConstants.DISTRIBUTION_MSG_FUND_COMMUNITYPOOL;
}