| Name | Type | Description | Notes |
|---|---|---|---|
| vaultAccountId | String | The vault account id this contract was deploy from | |
| abiFunction | WriteCallFunctionDtoAbiFunction | ||
| amount | String | Amount in base asset. Being used in payable functions | [optional] |
| feeLevel | FeeLevelEnum | Fee level for the write function transaction. interchangeable with the 'fee' field | [optional] |
| fee | String | Max fee amount for the write function transaction. interchangeable with the 'feeLevel' field | [optional] |
| note | String | Custom note, not sent to the blockchain, that describes the transaction at your Fireblocks workspace | [optional] |
| useGasless | Boolean | Indicates whether the token should be created in a gasless manner, utilizing the ERC-2771 standard. When set to true, the transaction will be relayed by a designated relayer. The workspace must be configured to use Fireblocks gasless relay. | [optional] |
| externalId | String | External id that can be used to identify the transaction in your system. The unique identifier of the transaction outside of Fireblocks with max length of 255 characters | [optional] |
| Name | Value |
|---|---|
| LOW | "LOW" |
| MEDIUM | "MEDIUM" |
| HIGH | "HIGH" |