viewByHash method

ResponseFuture<GenericInventory> viewByHash(
  1. InventoryHashSearchReq request, {
  2. CallOptions? options,
})

View inventory item by hash

Implementation

$grpc.ResponseFuture<$0.GenericInventory> viewByHash(
  $0.InventoryHashSearchReq request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewByHash, request, options: options);
}