eth_getTransactionByBlockNumberAndIndex - Ethereum
The method enables access to information about a transaction after entering a block number and its index
How to Use the eth_getTransactionByBlockNumberAndIndex Method
Parameters
QUANTITY|TAG - the string "latest", "earliest" or "pending", or an integer block number, as you can see in the default block parameter.
QUANTITY - the transaction index position.
Sample
Here is a typical appliance example.
Call
Outcome
Last updated