Impl serde::Serialize for all types

This commit is contained in:
Paul Hauner
2019-01-26 08:25:31 +11:00
parent dbd5e850fe
commit 90ae2298ab
31 changed files with 101 additions and 27 deletions

View File

@@ -8,4 +8,5 @@ edition = "2018"
bls-aggregates = { git = "https://github.com/sigp/signature-schemes" }
hashing = { path = "../hashing" }
hex = "0.3"
serde = "1.0"
ssz = { path = "../ssz" }