Skip to content

Commit bdc4dc0

Browse files
authored
Merge pull request #696 from Chia-Network/fix-nft-mint-rpc-table
fix nft mint rpc table
2 parents dd5fcd9 + cc6c226 commit bdc4dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rpc-reference/nfts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ Options:
790790
Request Parameters:
791791

792792
| Flag | Type | Required | Description |
793-
| :----------------- | :----------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
793+
| :----------------- | :----------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
794794
| wallet_id | NUMBER | True | The Wallet ID in which to mint an NFT |
795795
| uris | STRING ARRAY | True | A list of URIs to mark the location(s) of the NFT |
796796
| hash | HEX STRING | True | The hash of the NFT's data. This should use sha256 for proper verification against the URI list |
@@ -801,7 +801,7 @@ Request Parameters:
801801
| license_hash | HEX STRING | False | The hash of the NFT's license |
802802
| 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 |
803803
| 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 |
804-
| target_address | STRING | False | The wallet address of the initial owner of the NFT. This may be the same as the royalty address | |
804+
| target_address | STRING | False | The wallet address of the initial owner of the NFT. This may be the same as the royalty address |
805805
| edition_number | NUMBER | False | If this NFT has multiple editions (multiple identical copies of an NFT), then this parameter indicates the edition number of this NFT. |
806806
| edition_total | NUMBER | False | If this NFT has multiple editions, then this parameter indicates the total number of editions of this NFT. This parameter should be used if and only if the `edition_number` parameter was also used |
807807
| fee | NUMBER | False | The one-time blockchain fee to be used upon minting the NFT |

0 commit comments

Comments
 (0)