Etan Kissling c482b4c5b6
Introduce wrapper type for EIP-4844 transactions (#682)
EIP-4844 blob sidecars are a concept that only exists in the mempool.
After inclusion of a transaction into an execution block, only the
versioned hash within the transaction remains. To improve type safety,
replace the `Transaction.networkPayload` member with a wrapper type
`PooledTransaction` that is used in contexts where blob sidecars exist.
2024-05-13 11:19:00 +03:00
..
2023-08-21 11:11:52 +02:00
2024-01-24 09:09:11 +01:00
2022-09-02 16:57:52 +02:00
2022-09-02 16:57:52 +02:00
2024-02-14 15:59:13 +07:00
2024-02-13 19:34:27 +07:00