Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 843 Bytes

File metadata and controls

17 lines (9 loc) · 843 Bytes

TronContractCallDestination

The information about the transaction destination. Refer to Transaction sources and destinations for a detailed introduction about the supported sources and destinations for each transaction type.

Properties

Name Type Description Notes
destinationType ContractCallDestinationType
address String The destination address.
value String The transfer amount. For example, if you trade 1.5 TRX, 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.