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
network, json-rpc, provider, pubsub
createAccessList returns an optional error if the transaction failed
createAccessList
paradigmxyz/reth#9811
this is slightly annoying because this now returns an object that can represent a failed transaction
No response
The text was updated successfully, but these errors were encountered:
where can I add the AccessListResult type?
AccessListResult
Sorry, something went wrong.
here:
alloy/crates/eips/src/eip2930.rs
Lines 133 to 142 in fa01c2a
closes? @mattsse
No branches or pull requests
Component
network, json-rpc, provider, pubsub
Describe the feature you would like
createAccessList
returns an optional error if the transaction failedparadigmxyz/reth#9811
this is slightly annoying because this now returns an object that can represent a failed transaction
TODO
Additional context
No response
The text was updated successfully, but these errors were encountered: