Description Usage Arguments Value
View source: R/ethRPCFunctions.R
Returns information about a transaction by block hash and transaction index position.
1 2 | eth_getTransactionByBlockHashAndIndex(block_hash, index_number = "0x0",
rpc_address = "http://localhost:8545")
|
block_hash |
32 Bytes - hash of a block. |
index_number |
integer of the transaction index position. |
rpc_address |
The address of the RPC API. |
List of transaction properties, or null when no transaction found
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.