bitcoinwallet-client 0.1.16-alpha.0

wallet chain client that, in addition to having chain client methods for starting up, shutting down, registering RPCs, also has additional methods (called by the GUI) to load and create wallets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) use bitcoin_derive::*;
pub(crate) use bitcoin_argsman::*;
pub(crate) use bitcoinrpc_server::*;
pub(crate) use bitcoinchain_interface::*;
pub(crate) use bitcoin_scheduler::*;
pub(crate) use bitcoin_support::*;
pub(crate) use bitcoin_string::*;
pub(crate) use bitcoin_imports::*;
pub(crate) use bitcoin_sam::*;
pub(crate) use bitcoinchain_client::*;
pub(crate) use bitcoinwallet_context::*;
pub(crate) use bitcoinwallet_interface::*;