mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
1.9 KiB
1.9 KiB
@oceanprotocol/lib / Exports / AssetNft
Interface: AssetNft
Table of contents
Properties
Properties
address
• address: string
Contract address of the deployed ERC721 NFT contract.
Defined in
created
• created: string
Contains the date of NFT creation.
Defined in
name
• name: string
Name of NFT set in contract.
Defined in
owner
• owner: string
ETH account address of the NFT owner.
Defined in
state
• state: 0
| 2
| 1
| 3
| 4
| 5
State of the asset reflecting the NFT contract value. 0 Active. 1 End-of-life. 2 Deprecated (by another asset). 3 Revoked by publisher. 4 Ordering is temporary disabled. 5 Unlisted in markets.
Defined in
symbol
• symbol: string
Symbol of NFT set in contract.
Defined in
tokenURI
• tokenURI: string
NFT token URI.