Skip to content

Commit 156f66d

Browse files
authored
Updates per review
1 parent 8f6a630 commit 156f66d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/references/protocol/transactions/types/nftokenmodify.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ title:
3232
|:------------------|:--------------------|:------------------|:-------------------|
3333
| `TransactionType` | String | UINT16 | Type is `NFTokenModify`. |
3434
| `Account` | String | AccountID | The unique address of either the issuer or an authorized minter of the NFT. |
35-
| `Owner` | String | AccountID | Address of the owner of the NFT. |
35+
| `Owner` | String | AccountID | _(Optional)_ Address of the owner of the NFT. If the `Account` and `Owner` are the same address, omit this field. |
3636
| `NFTokenID` | String | Hash 256 | Composite field that uniquely identifies the token. |
37-
| `URI` | String | Blob | _(Optional)_ Up to 256 bytes of arbitrary data. In JSON, this should be encoded as a string of hexadecimal. You can use the [`xrpl.convertStringToHex`](https://js.xrpl.org/modules.html#convertStringToHex) utility to convert a URI to its hexadecimal equivalent. This is intended to be a URI that points to the data or metadata associated with the NFT. The contents could decode to an HTTP or HTTPS URL, an IPFS URI, a magnet link, immediate data encoded as an [RFC 2379 "data" URL](https://datatracker.ietf.org/doc/html/rfc2397), or even an issuer-specific encoding. The URI is not checked for validity. |
37+
| `URI` | String | Blob | _(Optional)_ Up to 256 bytes of arbitrary data. In JSON, this should be encoded as a string of hexadecimal. You can use the [`xrpl.convertStringToHex`](https://js.xrpl.org/modules.html#convertStringToHex) utility to convert a URI to its hexadecimal equivalent. This is intended to be a URI that points to the data or metadata associated with the NFT. The contents could decode to an HTTP or HTTPS URL, an IPFS URI, a magnet link, immediate data encoded as an [RFC 2379 "data" URL](https://datatracker.ietf.org/doc/html/rfc2397), or even an issuer-specific encoding. The URI is not checked for validity. If you do not specify a URI, the existing URI is deleted. |
3838
## Error Cases
3939
Besides errors that can occur for all transactions, {% $frontmatter.seo.title %} transactions can result in the following [transaction result codes](../transaction-results/index.md):
4040

0 commit comments

Comments
 (0)