[Feature] Add call_with_overrides
method on CallBuilder
returning decoded output, not raw
#517
Labels
enhancement
New feature or request
Component
contract, provider, pubsub
Describe the feature you would like
In order to make calling with state overrides from contract instances easier I propose we add a new method
call_with_overrides
. This would have the same behavior ascall_raw
with a state override and then decoding the output.alloy/crates/contract/src/call.rs
Lines 349 to 370 in 25916cd
Additional context
No response
The text was updated successfully, but these errors were encountered: