eth_getTransactionReceipt - LISK RPC Method
Get transaction receipt with status and logs on LISK. Essential for verifying transaction execution for real-world asset tokenization, decentralized physical infrastructure (DePIN), and emerging market financial access.
Returns the receipt of a transaction by transaction hash on LISK. Receipt is only available for mined transactions.
Why LISK? Build on the first L1-to-Superchain L2 focused on real-world assets and emerging markets with OP Stack Superchain integration, Gelato rollup-as-a-service, 500K OP grant, and LSK token migration from L1.
Use Cases
The eth_getTransactionReceipt method is essential for:
- Transaction confirmation - Verify transaction was mined successfully
- Gas analysis - Check actual gas used vs estimated
- Event parsing - Read emitted events from logs
- Status verification - Confirm success/failure for real-world asset tokenization, decentralized physical infrastructure (DePIN), and emerging market financial access
Code Examples
Error Handling
| Error Code | Message | Description |
|---|---|---|
| -32602 | Invalid params | Invalid transaction hash |
Note: Returns null if transaction is not yet mined.
Related Methods
eth_getTransactionByHash- Get transaction detailseth_getLogs- Query logs by filter
eth_getTransactionByHash
Retrieve transaction details by hash on LISK. Essential for RWA developers, DePIN builders, and teams targeting Southeast Asia and Africa markets tracking transactions on the first L1-to-Superchain L2 focused on real-world assets and emerging markets.
eth_estimateGas
Estimate gas required for transactions on LISK. Essential for optimizing transaction costs for real-world asset tokenization, decentralized physical infrastructure (DePIN), and emerging market financial access.