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
Block
SubscriptionResult
rpc
Currently, the Block RPC type is not implemented for Optimism due to the complexities that arise from introducing a generic Transaction to the type.
Transaction
Similarly, SubscriptionResult does not take a generic at this moment, you can find the relevant discussion to it in the link below.
This could potentially be solved by making a transaction trait that can be used to restrict the generic. Relevant discussion: alloy-rs/alloy#573
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Component
rpc
Describe the feature you would like
Currently, the
Block
RPC type is not implemented for Optimism due to the complexities that arise from introducing a genericTransaction
to the type.Similarly,
SubscriptionResult
does not take a generic at this moment, you can find the relevant discussion to it in the link below.Additional context
This could potentially be solved by making a transaction trait that can be used to restrict the generic.
Relevant discussion: alloy-rs/alloy#573
The text was updated successfully, but these errors were encountered: