Bogdan Didenko
Bogdan Didenko
Same problem.
It's bad solution because in all places you have the request structure ``` tx = { "from": options.from, "to": options.to, "value": utils.toString(options.value), "nonce": options.nonce, "gasPrice": utils.toString(options.gasPrice), "gasLimit": utils.toString(options.gasLimit), "contract": options.contract,...
Maybe some validation module with strategies for different types of parameters.
Yes. It's not top-priority task.