Docs

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 CodeMessageDescription
-32602Invalid paramsInvalid transaction hash

Note: Returns null if transaction is not yet mined.