1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
2023-05-02 15:59:59 +01:00

972 B

@oceanprotocol/lib / Exports / Stats

Interface: Stats

Table of contents

Properties

Properties

allocated

Optional allocated: number

Total amount of veOCEAN allocated on this asset.

Defined in

@types/Asset.ts:129


orders

orders: number

How often an asset was consumed, meaning how often it was either downloaded or used as part of a compute job.

Defined in

@types/Asset.ts:117


price

price: AssetPrice

Contains information about the price of this asset.

Defined in

@types/Asset.ts:123