From a6ef48ea263b6b2bbeb6c96584aa2976130ecf76 Mon Sep 17 00:00:00 2001 From: Oleg Andreev Date: Wed, 25 May 2022 19:51:20 +0200 Subject: [PATCH] add `nftItemContentBaseUri` to NFT Item Deploy --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e975683..549bf67 100644 --- a/README.md +++ b/README.md @@ -359,8 +359,9 @@ Secondary UI with raw data: Parameters: -* `ownerAddress` (string, optional) -* `nftCollectionAddress` (string) +* `ownerAddress` (string, optional): owner of the collection. +* `nftCollectionAddress` (string): contract address of the collection that will deploy the item. +* `nftItemContentBaseUri` (string): base URL of the NFT collection metadata that will be used in concatenation with `itemContentUri`. * `amount` (decimal string): nanocoins to be sent to the item’s contract * `forwardAmount` (decimal string): nanocoins to be sent by collection to the item. * `itemIndex` (integer): index of the item in the collection