Tempo-specific fields: Transaction receipts on Tempo include additional fields:
feeToken— the TIP-20 token address used to pay transaction feesfeePayer— the address that paid the fees (may differ from sender with fee sponsorship)
Parameters
transactionHash— the hash of the transaction to retrieve the receipt for
Response
result— a receipt object, ornullif no receipt was found:transactionHash— the transaction hashblockHash— hash of the block containing this transactionblockNumber— block number containing this transactionfrom— address of the senderto— address of the receiverstatus—1for success,0for failuregasUsed— amount of gas usedlogs— array of log objectsfeeToken— TIP-20 token address used for fees (Tempo-specific)feePayer— address that paid the fees (Tempo-specific)