alloy
alloy copied to clipboard
Define `TransactionRespConstructor`
Motivation
Ref https://github.com/alloy-rs/alloy/issues/1315.
Integration into reth, and integration of op-alloy into reth.
Requires at least https://github.com/paradigmxyz/reth/issues/10750
Solution
Adds constructor to TransactionResponse
trait, without loss of generality.
PR Checklist
- [ ] Added Tests
- [ ] Added Documentation
- [ ] Breaking changes