You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Impl OpTransactionRequest::buildable_type which should cover OpTxType::Deposit variant, and delegate for remaining tx types to wrapped TransactionRequest type.
Component
rpc
Describe the feature you would like
Impl
OpTransactionRequest::buildable_type
which should coverOpTxType::Deposit
variant, and delegate for remaining tx types to wrappedTransactionRequest
type.https://github.com/alloy-rs/alloy/blob/a33937d9f4a1c67d5ea06e8eb9ad443ffde900f7/crates/rpc-types-eth/src/transaction/request.rs#L648-L660
Additional context
Blocked by #27
The text was updated successfully, but these errors were encountered: