-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
A-sdkRelated to reth's use as a libraryRelated to reth's use as a libraryC-enhancementNew feature or requestNew feature or requestD-good-first-issueNice and easy! A great choice to get startedNice and easy! A great choice to get started
Description
Describe the feature
we have
| pub struct TxCustom { |
which is currently just a copy pasted 1559 tx type
we want to change this to TxPayment and remove fields input, accesslist
TODO
- rename type
- remove fields input and accesslist
- replace kind field with a mandatory
to: Address - update trait impls
Additional context
No response
Metadata
Metadata
Assignees
Labels
A-sdkRelated to reth's use as a libraryRelated to reth's use as a libraryC-enhancementNew feature or requestNew feature or requestD-good-first-issueNice and easy! A great choice to get startedNice and easy! A great choice to get started
Type
Projects
Status
Done