fromData static method

Implementation

static MsgFundCommunityPool fromData(MsgFundCommunityPoolDataArgs data) {
  return MsgFundCommunityPool(
      data.depositor, CoinsExtensions.fromData(data.amount));
}