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

@@ -2,3 +2,7 @@
pub mod mainnet;
pub mod testnet;
pub const SPROUT_CONSENSUS_BRANCH_ID: u32 = 0;
pub const OVERWINTER_CONSENSUS_BRANCH_ID: u32 = 0x5ba8_1b19;
pub const SAPLING_CONSENSUS_BRANCH_ID: u32 = 0x76b8_09bb;