Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 691 Bytes

TransactionEvmContractDestination.md

File metadata and controls

13 lines (9 loc) · 691 Bytes

CoboWaas2.TransactionEvmContractDestination

Properties

Name Type Description Notes
destination_type TransactionDestinationType
address String The destination address.
value String The transfer amount. For example, if you trade 1.5 ETH, then the value is `1.5`. [optional]
calldata String The data that is used to invoke a specific function or method within the specified contract at the destination address.
calldata_info TransactionEvmCalldataInfo [optional]