toData method

Implementation

MsgFundCommunityPoolDataArgs toData() {
  return MsgFundCommunityPoolDataArgs(
      depositor, CoinsExtensions.toData(amount));
}