From 5f988d79650cf37e49b05f4a510a8189d0ac6b8d Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Tue, 6 Dec 2022 14:56:58 +0300 Subject: [PATCH] Updating state descriptions (#1160) * Updating state descriptions * Updating asset state description --- core-concepts/did-ddo.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/core-concepts/did-ddo.md b/core-concepts/did-ddo.md index 6751e7f8..3c1ebfa1 100644 --- a/core-concepts/did-ddo.md +++ b/core-concepts/did-ddo.md @@ -593,15 +593,14 @@ _Aquarius_ should always verify the checksum after data is decrypted via a _Prov Each asset has a state, which is held by the NFT contract. The possible states are: -| State | Description | -| ------- | ------------------------------- | -| **`0`** | Active. | -| **`1`** | End-of-life. | -| **`2`** | Deprecated (by another asset). | -| **`3`** | Revoked by publisher. | -| **`4`** | Ordering is temporary disabled. | -| **`5`** | Asset unlisted. | - +| State | Description | Discoverable in Ocean Market | Ordering allowed | Listed under profile | +| ----- | ----------- | ------------------ | ---------------- | ---- | +| **`0`** | Active | Yes | Yes | Yes | +| **`1`** | End-of-life | No | 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 | ### Aquarius Enhanced DDO Response The following fields are added by _Aquarius_ in its DDO response for convenience reasons, where an asset returned by _Aquarius_ inherits the DDO fields stored on-chain.