mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
added nft.created
This commit is contained in:
parent
541522ef09
commit
90f907e9eb
@ -404,6 +404,7 @@ The `nft` object contains information about the ERC721 NFT contract which repres
|
|||||||
| **`symbol`** | `string` | Symbol of NFT set in contract. |
|
| **`symbol`** | `string` | Symbol of NFT set in contract. |
|
||||||
| **`owner`** | `string` | ETH account address of the NFT owner. |
|
| **`owner`** | `string` | ETH account address of the NFT owner. |
|
||||||
| **`state`** | `number` | State of the asset reflecting the NFT contract value. See [State](#state) |
|
| **`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 |
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
@ -414,7 +415,8 @@ Example:
|
|||||||
"name": "Ocean Protocol Asset v4",
|
"name": "Ocean Protocol Asset v4",
|
||||||
"symbol": "OCEAN-A-v4",
|
"symbol": "OCEAN-A-v4",
|
||||||
"owner": "0x0000000",
|
"owner": "0x0000000",
|
||||||
"state": 0
|
"state": 0,
|
||||||
|
"created": "2000-10-31T01:30:00"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@ -568,7 +570,8 @@ Example:
|
|||||||
"name": "Ocean Protocol Asset v4",
|
"name": "Ocean Protocol Asset v4",
|
||||||
"symbol": "OCEAN-A-v4",
|
"symbol": "OCEAN-A-v4",
|
||||||
"owner": "0x0000000",
|
"owner": "0x0000000",
|
||||||
"state": 0
|
"state": 0,
|
||||||
|
"created": "2000-10-31T01:30:00"
|
||||||
},
|
},
|
||||||
|
|
||||||
"datatokens": [
|
"datatokens": [
|
||||||
|
Loading…
Reference in New Issue
Block a user