chore(sdk): Define helper trait MaybeCompact (#12683)

This commit is contained in:
Emilia Hane
2024-11-21 17:10:06 +01:00
committed by GitHub
parent 96f7572404
commit ad7885b48c
19 changed files with 134 additions and 87 deletions

View File

@ -14,7 +14,7 @@ workspace = true
[dependencies]
# reth
reth-codecs.workspace = true
reth-primitives-traits = { workspace = true, features = ["serde"] }
reth-primitives-traits = { workspace = true, features = ["serde", "reth-codec"] }
# ethereum
alloy-primitives.workspace = true