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