cnft.isBlocked(IsBlocked)
Check whether a Contract NFT contract is blocked. This is a read-only call.
IsBlocked Type Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| contractNft | string | Required | Contract NFT contract address. |
Returns
| Field | Type | Description |
|---|---|---|
| blocked | boolean | true if blocked, false otherwise. |

