-
Notifications
You must be signed in to change notification settings - Fork 515
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Component
consensus, eips, genesis
Describe the feature you would like
we have this alias
| pub type AnyTransactionReceipt = WithOtherFields<TransactionReceipt<AnyReceiptEnvelope<Log>>>; |
whichs makes it hard to add convenience conversion functions
we want this to be like
alloy/crates/network/src/any/mod.rs
Line 216 in 808b88d
| pub struct AnyRpcTransaction(pub WithOtherFields<Transaction<AnyTxEnvelope>>); |
instead
TODO
- introduce dedicated struct in network/any/transaction
- keep the existing type alias for now, because replacing this would be a breaking change
Additional context
rnkrtt and mablr
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo