Closed yash-atreya closed 3 weeks ago
Closes #1471
data
overrides
EthCallParams
Cow
Caller.call(&self, method, params: EthCallParams<'_, N>)
ProviderCall
Motivation
Closes #1471
Solution
data
andoverrides
fields inEthCallParams
to beCow
.EthCallParams
as arg inCaller.call(&self, method, params: EthCallParams<'_, N>)
.ProviderCall
should be used overEthCallParams
PR Checklist