fundCommunityPool method

ResponseFuture<MsgFundCommunityPoolResponse> fundCommunityPool(
  1. MsgFundCommunityPool request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$19.MsgFundCommunityPoolResponse> fundCommunityPool($19.MsgFundCommunityPool request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$fundCommunityPool, request, options: options);
}