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
JSON RPC getTransactionByHash returns transaction details with "input" data. I have tried to find an easy way to decode the input field, but I haven't been able to find one.
The problem is that the first 32 bytes point to the function name, and the rest are related to decoding based on ABI. I need help finding a way to select a proper function from ABI.
The text was updated successfully, but these errors were encountered:
Sorry, I mean, could you give me a snippet of code or a script that fails for you with which expectations so that I can investigate? I didn't mean you should implement tests.
JSON RPC getTransactionByHash returns transaction details with "input" data. I have tried to find an easy way to decode the input field, but I haven't been able to find one.
The problem is that the first 32 bytes point to the function name, and the rest are related to decoding based on ABI. I need help finding a way to select a proper function from ABI.
The text was updated successfully, but these errors were encountered: