omnia_decodeTransaction
Returns the Transaction.data field of an Ethereum transaction.
Parameters
DATA, 20 bytes
- contract_address. The address of the smart contract called.DATA, variable length
- data. Transaction.data field to be decoded. REQUIREDDATA, 20 bytes
- signer. Address corresponding to the signer of the transaction.
Note: contract_address and signer parameters are not required, but providing them might help to recover more details about the decoded input.
Returns
Object with following details:
Example
Request
Response
Last updated