1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Add nft.tokenURI (#878)

This commit is contained in:
Alex Coseru 2022-01-31 14:25:56 +02:00 committed by GitHub
parent b1750d0163
commit 3b556c550d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -469,6 +469,7 @@ The `nft` object contains information about the ERC721 NFT contract which repres
| **`owner`** | `string` | ETH account address of the NFT owner. |
| **`state`** | `number` | State of the asset reflecting the NFT contract value. See [State](#state) |
| **`created`** | `ISO date/time string` | Contains the date of NFT creation. |
| **`tokenURI`** | `string` | tokenURI |
Example: