Skip to content

Commit

Permalink
add nftItemContentBaseUri to NFT Item Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
oleganza authored May 25, 2022
1 parent 1af629c commit a6ef48e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

2 comments on commit a6ef48e

@05373160476
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#23 # # #23

@LENGTOL
Copy link

@LENGTOL LENGTOL commented on a6ef48e Aug 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

Please sign in to comment.