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
Etherscan API Normal Transfers json response contains also the "methodId" field
(https://docs.etherscan.io/api-endpoints/accounts#response-7)
,which is missing in NormalTx struct. I have added it in code (locally) and it works,but I guess it needs to be formal (if you want to,of course),but I don't understand too much the mechanics of pull requests and merge approvals here
The text was updated successfully, but these errors were encountered:
Etherscan API Normal Transfers json response contains also the "methodId" field
(https://docs.etherscan.io/api-endpoints/accounts#response-7)
,which is missing in NormalTx struct. I have added it in code (locally) and it works,but I guess it needs to be formal (if you want to,of course),but I don't understand too much the mechanics of pull requests and merge approvals here
The text was updated successfully, but these errors were encountered: