EVM
eth_getTransactionReceipt
Returns the receipt of a transaction by transaction hash.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for eth_getTransactionByHash: [transactionHash].Positional parameters for
eth_getTransactionReceipt:params[0]: 32 Bytes - Hash of the transaction.
Returns
Receipt object returned after transaction execution. Can be a legacy receipt (pre-EIP-2718) or AccessList receipt (EIP-2930).