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

cost not in wei

This commit is contained in:
mihaisc 2020-09-29 14:52:03 +03:00
parent fc534c3ce9
commit b332a4e40d
No known key found for this signature in database
GPG Key ID: BE522BB8C3A5E2E4

View File

@ -394,7 +394,7 @@ export class Assets extends Instantiable {
/** /**
* Creates an access service * Creates an access service
* @param {Account} creator * @param {Account} creator
* @param {String} cost number of datatokens needed for this service, expressed in wei * @param {String} cost number of datatokens needed for this service
* @param {String} datePublished * @param {String} datePublished
* @param {Number} timeout * @param {Number} timeout
* @return {Promise<string>} service * @return {Promise<string>} service