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

1.1 KiB

@oceanprotocol/lib / Exports / AssetDatatoken

Interface: AssetDatatoken

Table of contents

Properties

Properties

address

address: string

Contract address of the deployed Datatoken contract.

Defined in

@types/Asset.ts:72


name

name: string

Name of NFT set in contract.

Defined in

@types/Asset.ts:78


serviceId

serviceId: string

ID of the service the datatoken is attached to.

Defined in

@types/Asset.ts:90


symbol

symbol: string

Symbol of NFT set in contract.

Defined in

@types/Asset.ts:84