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
TransactionRequest::preferred_type
OpTransactionRequest
rpc
Impl OpTransactionRequest::preferred_type which should cover OpTxType::Deposit variant.
OpTransactionRequest::preferred_type
OpTxType::Deposit
https://github.com/alloy-rs/alloy/blob/a33937d9f4a1c67d5ea06e8eb9ad443ffde900f7/crates/rpc-types-eth/src/transaction/request.rs#L519-L539
Blocked by #27
No response
The text was updated successfully, but these errors were encountered:
actually, do we need to rebuild the whole OpTransactionRequest type: add deposit remove 4844? @refcell
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Component
rpc
Describe the feature you would like
Impl
OpTransactionRequest::preferred_type
which should coverOpTxType::Deposit
variant.https://github.com/alloy-rs/alloy/blob/a33937d9f4a1c67d5ea06e8eb9ad443ffde900f7/crates/rpc-types-eth/src/transaction/request.rs#L519-L539
Additional context
Blocked by #27
No response
The text was updated successfully, but these errors were encountered: