communityPool method

ResponseFuture<QueryCommunityPoolResponse> communityPool(
  1. QueryCommunityPoolRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.QueryCommunityPoolResponse> communityPool(
    $0.QueryCommunityPoolRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$communityPool, request, options: options);
}