viewByHash method
ResponseFuture<GenericInventory>
viewByHash(
- InventoryHashSearchReq request, {
- 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);
}