cnft.getContract(GetContract)
Fetch a Contract NFT by contract ID. This is a read-only call.
GetContract Type Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| contractNft | string | Required | Contract NFT contract address. |
| contractId | string | Required | Contract ID to fetch. |
Returns
| Field | Type | Description |
|---|---|---|
| contract | Contract | Contract tuple returned by the contract. |

