1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

add new nft state (#1636)

* add new nft state

* added description
This commit is contained in:
mihaisc 2022-10-19 14:21:53 +03:00 committed by GitHub
parent 81cbb17c37
commit f91a42aa60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,9 +32,10 @@ export interface AssetNft {
* 2 Deprecated (by another asset).
* 3 Revoked by publisher.
* 4 Ordering is temporary disabled.
* 5 Unlisted in markets.
* @type {number}
*/
state: 0 | 1 | 2 | 3 | 4
state: 0 | 1 | 2 | 3 | 4 | 5
/**
* Contains the date of NFT creation.