| Name | Type | Description | Notes |
|---|---|---|---|
| vaultAccountId | String | The id of the vault account that initiated the request to issue the token | |
| chains | List<String> | The base asset identifiers of the blockchains you want to deploy to | |
| useGasless | Boolean | Whether to use gasless deployment or not | [optional] |
| fee | String | Max fee amount for the deploy request. Interchangeable with the 'feeLevel' field | [optional] |
| feeLevel | FeeLevelEnum | Fee level for the deploy request. Interchangeable with the 'fee' field | [optional] |
| Name | Value |
|---|---|
| LOW | "LOW" |
| MEDIUM | "MEDIUM" |
| HIGH | "HIGH" |