cnft.isContractIdAvailable(IsContractIdAvailable)
Check whether a Contract ID is available for a Contract NFT. This is a read-only call.
IsContractIdAvailable Type Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| contractNft | string | Required | Contract NFT contract address. |
| contractId | string | Required | Contract ID to check. |
Returns
| Field | Type | Description |
|---|---|---|
| available | boolean | true if available, false if already used. |

