Component
rpc
Describe the feature you would like
Impl OpTransactionRequest::buildable_type which should cover OpTxType::Deposit variant, and delegate for remaining tx types to wrapped TransactionRequest type.
https://github.com/alloy-rs/alloy/blob/a33937d9f4a1c67d5ea06e8eb9ad443ffde900f7/crates/rpc-types-eth/src/transaction/request.rs#L648-L660
Additional context
Blocked by #27