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

added token uri to nft and updated reason doc on purgatory

This commit is contained in:
Bogdan Fazakas 2021-12-02 17:28:46 +02:00
parent 13f1cb0910
commit bb05ad6fad

View File

@ -41,6 +41,12 @@ export interface AssetNft {
* @type {string}
*/
created: string
/**
* NFT token URI.
* @type {string}
*/
tokenURI: string
}
export interface Purgatory {
@ -51,8 +57,8 @@ export interface Purgatory {
state: boolean
/**
*
* @type {boolean}
* If asset is in purgatory, contains the reason for being there as defined in `list-purgatory`.
* @type {string}
*/
reason: string
}