MsgFundCommunityPool constructor

MsgFundCommunityPool(
  1. String depositor,
  2. List<Coin> amount
)

Implementation

MsgFundCommunityPool(this.depositor, this.amount);