granterGrants method

ResponseFuture<QueryGranterGrantsResponse> granterGrants(
  1. QueryGranterGrantsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.QueryGranterGrantsResponse> granterGrants(
    $0.QueryGranterGrantsRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$granterGrants, request, options: options);
}