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:
parent
71390cf862
commit
34ab87a0d4
@ -65,7 +65,7 @@ export interface Purgatory {
|
|||||||
|
|
||||||
export interface AssetDatatoken {
|
export interface AssetDatatoken {
|
||||||
/**
|
/**
|
||||||
* Contract address of the deployed ERC20 contract.
|
* Contract address of the deployed Datatoken contract.
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
address: string
|
address: string
|
||||||
@ -105,7 +105,7 @@ export interface Asset extends DDO {
|
|||||||
nft: AssetNft
|
nft: AssetNft
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains information about the ERC20 datatokens attached to asset services.
|
* Contains information about the ERC20 Datatokens attached to asset services.
|
||||||
* @type {string}
|
* @type {string}
|
||||||
*/
|
*/
|
||||||
datatokens: AssetDatatoken[]
|
datatokens: AssetDatatoken[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user