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
For some reason, I want to get the storage of specified address and slot when I trace blocks with custom js tracer(in step function). I tried to pass the string like '0x0000000.....0000' as the input params of db.getState, but the node return the error msg as invalid buffer type at step, so I want to know how to build the js-tracer to record and return the storage of specified address and slot.
For some reason, I want to get the storage of specified address and slot when I trace blocks with custom js tracer(in step function). I tried to pass the string like '0x0000000.....0000' as the input params of db.getState, but the node return the error msg as invalid buffer type at step, so I want to know how to build the js-tracer to record and return the storage of specified address and slot.
this is my failed attemp:
the error msg is:
the chain is Sepolia
The text was updated successfully, but these errors were encountered: