mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
parent
81cbb17c37
commit
f91a42aa60
@ -32,9 +32,10 @@ export interface AssetNft {
|
|||||||
* 2 Deprecated (by another asset).
|
* 2 Deprecated (by another asset).
|
||||||
* 3 Revoked by publisher.
|
* 3 Revoked by publisher.
|
||||||
* 4 Ordering is temporary disabled.
|
* 4 Ordering is temporary disabled.
|
||||||
|
* 5 Unlisted in markets.
|
||||||
* @type {number}
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
state: 0 | 1 | 2 | 3 | 4
|
state: 0 | 1 | 2 | 3 | 4 | 5
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains the date of NFT creation.
|
* Contains the date of NFT creation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user