hedera-json-rpc-relay
hedera-json-rpc-relay copied to clipboard
Add return types in eth.ts where missing
Problem
Currently, in eth.ts we have a few methods with missing return types. This may cause errors and unexpected behaviour
Solution
Add return types where needed
Alternatives
No response