Transaction serialization

This commit is contained in:
Jack Grigg
2018-08-23 23:35:39 +01:00
parent 91ff2c71cf
commit e490b79907
6 changed files with 593 additions and 0 deletions

View File

@@ -7,3 +7,6 @@ authors = [
[dependencies]
byteorder = "1"
lazy_static = "1"
pairing = { path = "../pairing" }
sapling-crypto = { path = "../sapling-crypto" }