1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/docs/interfaces/Purgatory.md
2023-05-02 18:18:30 +01:00

664 B

@oceanprotocol/lib / Exports / Purgatory

Interface: Purgatory

Table of contents

Properties

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


state

state: boolean

If true, asset is in purgatory.

Defined in

@types/Asset.ts:58