TriggerSmartContract

Returns TransactionExtention, which contains the unsigned Transaction

Note:
ABI rules
Example: Parameter and return value encoding and decoding

Returns

Transaction object - JSON object: Unsigned transaction, please refer to the Transaction chapter for the fields contained in it. Since the transaction type is TriggerSmartContract, the fields contained in raw_data.contract[0].parameter.value in the transaction are as follows:

FieldTypeDescription
owner_addressstringAccount address
contract_addressstringContract address
call_valueint64The amount of TRX passed into the contract
datastringOperating parameters
call_token_valueint64The amount of TRC-10 transferred into the contract
token_idint64TRC-10 token id
Language
Click Try It! to start a request and see the response here!