Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.19 KB

ContractDeployRequest.md

File metadata and controls

28 lines (16 loc) · 1.19 KB

ContractDeployRequest

Properties

Name Type Description Notes
assetId String The base asset identifier of the blockchain you want to deploy to
vaultAccountId String The vault account id you wish to deploy from
constructorParameters List<ParameterWithValue> The constructor parameters of this contract [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]
fee String Max fee amount for the write function transaction. interchangeable with the 'feeLevel' field [optional]
feeLevel FeeLevelEnum Fee level for the write function transaction. interchangeable with the 'fee' field [optional]

Enum: FeeLevelEnum

Name Value
LOW "LOW"
MEDIUM "MEDIUM"
HIGH "HIGH"