You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Alirun, gjeanmart, schmidsi, msgul, o-p and 1 more