zcash_client_sqlite::transact::create_to_address()

This commit is contained in:
Jack Grigg
2019-03-09 03:20:32 +00:00
parent 9a742d25ea
commit 4c1237fa50
7 changed files with 722 additions and 2 deletions

View File

@@ -9,13 +9,15 @@ edition = "2018"
[dependencies]
bech32 = "0.7"
ff = { path = "../ff" }
pairing = { path = "../pairing" }
protobuf = "2"
rusqlite = { version = "0.20", features = ["bundled"] }
time = "0.1"
zcash_client_backend = { path = "../zcash_client_backend" }
zcash_primitives = { path = "../zcash_primitives" }
[dev-dependencies]
pairing = { path = "../pairing" }
rand_core = "0.5"
rand_os = "0.2"
tempfile = "3"
zcash_proofs = { path = "../zcash_proofs" }