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

