fundCommunityPool_Pre method

Future<MsgFundCommunityPoolResponse> fundCommunityPool_Pre(
  1. ServiceCall call,
  2. Future<MsgFundCommunityPool> request
)

Implementation

$async.Future<$1.MsgFundCommunityPoolResponse> fundCommunityPool_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.MsgFundCommunityPool> request) async {
  return fundCommunityPool(call, await request);
}