Skip to content

Commit

Permalink
Merge pull request #395 from Chia-Network/update-bulk-mint-nft-target…
Browse files Browse the repository at this point in the history
…-list-parameter

Update bulk mint nft target list parameter
  • Loading branch information
hoffmang9 authored Oct 6, 2023
2 parents 7911f26 + b700baa commit 6b0ada3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rpc-reference/nfts.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ Request Parameters:
| metadata_list | STRING ARRAY | True | A list of dicts containing the metadata for each NFT to be minted |
| royalty_percentage | NUMBER | False | The royalty that will go to the original artist each time the NFT is sold. The percentage is multiplied by 100 -- for example, to set a 3% royalty, set this value to 300. The default value is 0 |
| royalty_address | STRING | False | The wallet address of the NFT's artist. This is where royalties will be sent. It could be either an XCH address or a DID address |
| target_address_list | STRING ARRAY | False | A list of wallet addresses where the NFTs will be sent upon minting |
| target_list | STRING ARRAY | False | A list of wallet addresses where the NFTs will be sent upon minting |
| mint_number_start | NUMBER | False | The starting point for mint number used in intermediate launcher puzzle. Default: 1 |
| mint_total | NUMBER | False | The total number of NFTs in the collection. Note that this is not necessarily reflective of the number of NFTs this command will create in the spend bundle, which is derived based on the `metadata_list`. For example, you could set `mint_total` to `1000` and pass only 10 dicts in `metadata_list`. |
| xch_coin_list | STRING ARRAY | False | A list of coins to be used for funding the minting spend. These coins can be created in the future |
Expand Down

0 comments on commit 6b0ada3

Please sign in to comment.