From 4b08d67fe1b999216bd9bb0d6dcb5ce0edf07973 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Mon, 7 Sep 2020 15:28:46 +0300 Subject: [PATCH] Update src/hooks/usePublish/usePublish.ts Co-authored-by: Matthias Kretschmann --- src/hooks/usePublish/usePublish.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hooks/usePublish/usePublish.ts b/src/hooks/usePublish/usePublish.ts index 070e489..d50dcb0 100644 --- a/src/hooks/usePublish/usePublish.ts +++ b/src/hooks/usePublish/usePublish.ts @@ -40,7 +40,7 @@ function usePublish(): UsePublish { /** * Publish an asset.It also creates the datatoken, mints tokens and gives the market allowance * @param {Metadata} asset The metadata of the asset. - * @param {PriceOptions} priceOptions : number of tokens to mint, datatoken weight , liquidity fee, type : simple, advanced + * @param {PriceOptions} priceOptions : number of tokens to mint, datatoken weight , liquidity fee, type : fixed, dynamic * @param {ServiceType} serviceType Desired service type of the asset access or compute * @param {string} mpAddress The address of the market * @param {string} mpFee The fee of the market