From f91a42aa60490411d742c79c53eab7f12cdbf670 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Wed, 19 Oct 2022 14:21:53 +0300 Subject: [PATCH] add new nft state (#1636) * add new nft state * added description --- src/@types/Asset.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/@types/Asset.ts b/src/@types/Asset.ts index 41040d62..308026f3 100644 --- a/src/@types/Asset.ts +++ b/src/@types/Asset.ts @@ -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.