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 {
|
||||
/**
|
||||
* 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[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user