Docs

eth_getTransactionReceipt - Boba Network RPC Method

Get transaction receipt with status and logs on Boba Network. Essential for verifying transaction execution for AI-powered dApps, Web2 API integration, enterprise blockchain solutions, and offchain computation.

Returns the receipt of a transaction by transaction hash on Boba Network. Receipt is only available for mined transactions.

Why Boba Network? Build on the Hybrid Compute L2 enabling smart contracts to access AI models and Web2 APIs natively with HybridCompute 2.0 for native AI/API access, $70M ecosystem funding, OP Stack compatibility, and two-way offchain integration.

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 AI-powered dApps, Web2 API integration, enterprise blockchain solutions, and offchain computation

Code Examples

Error Handling

Error CodeMessageDescription
-32602Invalid paramsInvalid transaction hash

Note: Returns null if transaction is not yet mined.