Lifecycle States
Asset State
Each asset has a state, which is held by the NFT contract. The possible states are:
State | Description | Discoverable in Ocean Market | Ordering allowed | Listed under profile |
---|---|---|---|---|
0 | Active | Yes | Yes | Yes |
1 | End-of-life | Yes | No | No |
2 | Deprecated (by another asset) | No | No | No |
3 | Revoked by publisher | No | No | No |
4 | Ordering is temporary disabled | Yes | No | Yes |
5 | Asset unlisted. | No | Yes | Yes |
Service State
Each service has a state, which is defined in the service
object in the OE service credential. The possible states are:
State | Description | Discoverable in Market | Ordering allowed | Listed under profile |
---|---|---|---|---|
0 | Active | Yes | Yes | Yes |
1 | End-of-life | Yes | No | No |
2 | Deprecated (by another asset) | No | No | No |
3 | Revoked by publisher | No | No | No |
4 | Ordering is temporary disabled | Yes | No | Yes |
5 | Asset unlisted. | No | Yes | Yes |