Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.46 KB

WriteCallFunctionDto.md

File metadata and controls

30 lines (18 loc) · 1.46 KB

WriteCallFunctionDto

Properties

Name Type Description Notes
vaultAccountId String The vault account id this contract was deploy from
abiFunction WriteAbiFunction
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]

Enum: FeeLevelEnum

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