graph-node
graph-node copied to clipboard
[Feature] Allow declaring eth calls for call handlers
The implementation of declared calls (#5264) only allows declaring them for events. It should also be possible to declare them for call handlers. It might also be desirable to declare them for block handlers, but it's pretty murky how we would extract the right data from a block.