feat(op): define OpTxType (#12443)

This commit is contained in:
Özgün Özerk
2024-11-12 12:07:05 +03:00
committed by GitHub
parent 2f8a2f0fbb
commit 5edca402b0
5 changed files with 224 additions and 0 deletions

View File

@ -13,5 +13,11 @@ workspace = true
[dependencies]
reth-primitives.workspace = true
reth-primitives-traits.workspace = true
alloy-primitives.workspace = true
alloy-consensus.workspace = true
op-alloy-consensus.workspace = true
alloy-eips.workspace = true
alloy-rlp.workspace = true
derive_more.workspace = true
bytes.workspace = true