eth_getTransactionByBlockHashAndIndex
Returns information about a transaction by block hash and transaction index position.
Params
(2)1. Block hash (required)
string
Match pattern:
^0x[0-9a-f]{64}$
2. Transaction index (required)
string
Match pattern:
^0x([1-9a-f]+[0-9a-f]*|0)$
Result
(Transaction information)Not Found (null)
(one of)
null