eth_getTransactionByBlockNumberAndIndex
Returns information about a transaction by block number and transaction index position.
Example
BLOCK PARAMETER
- Anint
block number in the form of hex, appended with 0x such as0x6D7FE0
, or pre-defined stringslatest
,earliest
,pending
.TRANSACTION INDEX POSITION
- a hex of the integer representing the position in the block, appended with 0x such as0x0
.
Web3API's Composer accepts int
block numbers, which will be auto-converted to a hex representation before being sent to a node.
Last updated