Depends on #244
All these endpoints receive a Block param to specify which state to use
eth_call
eth_createAccessList
eth_getBalance
eth_getCode
eth_getStorageAt
We use use that block to get the state_root and use it as an entry point to query the state
Depends on #244
All these endpoints receive a Block param to specify which state to use
We use use that block to get the
state_rootand use it as an entry point to query the state