[@oceanprotocol/lib](../README.md) / [Exports](../modules.md) / Purgatory # Interface: Purgatory ## Table of contents ### Properties - [reason](Purgatory.md#reason) - [state](Purgatory.md#state) ## Properties ### reason • **reason**: `string` If asset is in purgatory, contains the reason for being there as defined in `list-purgatory`. #### Defined in [@types/Asset.ts:64](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Asset.ts#L64) ___ ### state • **state**: `boolean` If `true`, asset is in purgatory. #### Defined in [@types/Asset.ts:58](https://github.com/oceanprotocol/ocean.js/blob/c99bc5c6/src/@types/Asset.ts#L58)