Open
Description
Today, block handlers are given an EthereumBlock
with details about the block but no mechanism to retrieve the transactions in the block.
Request: add a way to retrieve the list of EthereumTransaction
that are in a EthereumBlock
, either by having a second argument in the blockHandler of by adding a list/mapping in the EthereumBlock
object.