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

rename comments in Asset.ts

This commit is contained in:
Miquel A. Cabot 2022-06-10 10:58:13 +02:00
parent 71390cf862
commit 34ab87a0d4

View File

@ -65,7 +65,7 @@ export interface Purgatory {
export interface AssetDatatoken {
/**
* Contract address of the deployed ERC20 contract.
* Contract address of the deployed Datatoken contract.
* @type {string}
*/
address: string
@ -105,7 +105,7 @@ export interface Asset extends DDO {
nft: AssetNft
/**
* Contains information about the ERC20 datatokens attached to asset services.
* Contains information about the ERC20 Datatokens attached to asset services.
* @type {string}
*/
datatokens: AssetDatatoken[]