mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
use orders instead of consumes
This commit is contained in:
parent
3b556c550d
commit
200feac918
@ -570,14 +570,14 @@ The `stats` section contains different statistics fields.
|
||||
|
||||
| Attribute | Type | Description |
|
||||
| -------------- | -------- | ------------------------------------------------------------------------------------------------------------- |
|
||||
| **`consumes`** | `number` | How often an asset was consumed, meaning how often it was either downloaded or used as part of a compute job. |
|
||||
| **`orders`** | `number` | How often an asset was ordered, meaning how often it was either downloaded or used as part of a compute job. |
|
||||
|
||||
Example:
|
||||
|
||||
```json
|
||||
{
|
||||
"stats": {
|
||||
"consumes": 4
|
||||
"orders": 4
|
||||
}
|
||||
}
|
||||
```
|
||||
@ -693,7 +693,7 @@ Example:
|
||||
},
|
||||
|
||||
"stats": {
|
||||
"consumes": 4
|
||||
"orders": 4
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user