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
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