We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpc
CallBuilder is a wrapper around <N: Network>::TransactionRequest which is also TransactionBuilder
CallBuilder
<N: Network>::TransactionRequest
TransactionBuilder
alloy/crates/contract/src/call.rs
Line 259 in 56ef8ce
we're currently missing crucial setters here:
ref #527
we can either also implement TransactionBuilder or duplicate all the functions of TransactionBuilder
No response
The text was updated successfully, but these errors were encountered:
feat: duplicate funtions of in crates/contract/src/call.rs (alloy-rs#534
00b2684
)
feat: duplicate funtions of in crates/contract/src/call.rs (#534) (#726)
f1d7085
c89d03e
) (alloy-rs#726)
No branches or pull requests
Component
rpc
Describe the feature you would like
CallBuilder
is a wrapper around<N: Network>::TransactionRequest
which is alsoTransactionBuilder
alloy/crates/contract/src/call.rs
Line 259 in 56ef8ce
we're currently missing crucial setters here:
ref #527
we can either also implement TransactionBuilder or duplicate all the functions of
TransactionBuilder
Additional context
No response
The text was updated successfully, but these errors were encountered: