MsgFundCommunityPoolDataArgs constructor

MsgFundCommunityPoolDataArgs(
  1. String depositor,
  2. List<CoinDataArgs> amount
)

Implementation

MsgFundCommunityPoolDataArgs(this.depositor, this.amount) {
  type = CosmosConstants.COSMOS_DISTRIBUTION_MSG_FUNDCOMMUNITYPOOL;
}