1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/docs/interfaces/AssetPrice.md
2023-05-02 18:18:30 +01:00

998 B

@oceanprotocol/lib / Exports / AssetPrice

Interface: AssetPrice

Table of contents

Properties

Properties

tokenAddress

Optional tokenAddress: string

The address of the token that the price needs to be paid in.

Defined in

@types/Asset.ts:110


tokenSymbol

Optional tokenSymbol: string

The symbol that the price of the asset is expressed in.

Defined in

@types/Asset.ts:104


value

value: number

The price of the asset expressed as a number. If 0 then the price is FREE.

Defined in

@types/Asset.ts:98