Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.3 KB

WriteCallFunctionDto.md

File metadata and controls

28 lines (15 loc) · 1.3 KB

WriteCallFunctionDto

Properties

Name Type Description Notes
vaultAccountId string The vault account id this contract was deploy from [default to undefined]
abiFunction Array<WriteAbiFunction> The abi of the read function you wish to call [default to undefined]
amount string Amount in base asset. Being used in payable functions [optional] [default to undefined]
feeLevel string Fee level for the write function transaction. interchangeable with the &#39;fee&#39; field [optional] [default to undefined]
fee string Max fee amount for the write function transaction. interchangeable with the &#39;feeLevel&#39; field [optional] [default to undefined]
note string Custom note, not sent to the blockchain, that describes the transaction at your Fireblocks workspace [optional] [default to undefined]

Enum: WriteCallFunctionDtoFeeLevelEnum

  • Low (value: 'LOW')

  • Medium (value: 'MEDIUM')

  • High (value: 'HIGH')

[Back to top] [Back to API list] [Back to Model list] [Back to README]