mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
61 lines
1.1 KiB
Markdown
61 lines
1.1 KiB
Markdown
[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / AssetDatatoken
|
|
|
|
# Interface: AssetDatatoken
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [address](AssetDatatoken.md#address)
|
|
- [name](AssetDatatoken.md#name)
|
|
- [serviceId](AssetDatatoken.md#serviceid)
|
|
- [symbol](AssetDatatoken.md#symbol)
|
|
|
|
## Properties
|
|
|
|
### address
|
|
|
|
• **address**: `string`
|
|
|
|
Contract address of the deployed Datatoken contract.
|
|
|
|
#### Defined in
|
|
|
|
[@types/Asset.ts:72](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Asset.ts#L72)
|
|
|
|
___
|
|
|
|
### name
|
|
|
|
• **name**: `string`
|
|
|
|
Name of NFT set in contract.
|
|
|
|
#### Defined in
|
|
|
|
[@types/Asset.ts:78](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Asset.ts#L78)
|
|
|
|
___
|
|
|
|
### serviceId
|
|
|
|
• **serviceId**: `string`
|
|
|
|
ID of the service the datatoken is attached to.
|
|
|
|
#### Defined in
|
|
|
|
[@types/Asset.ts:90](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Asset.ts#L90)
|
|
|
|
___
|
|
|
|
### symbol
|
|
|
|
• **symbol**: `string`
|
|
|
|
Symbol of NFT set in contract.
|
|
|
|
#### Defined in
|
|
|
|
[@types/Asset.ts:84](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Asset.ts#L84)
|