bitcoinwallet-context 0.1.16-alpha.0

a WalletContext contains references to state shared between wallet instances. Future shared state can be added to these as an alternative to adding global variables.
Documentation
1
2
3
4
5
pub(crate) use bitcoin_derive::*;
pub(crate) use bitcoin_argsman::*;
pub(crate) use bitcoin_imports::*;
pub(crate) use bitcoinchain_interface::*;
pub(crate) use bitcoinwallet_interface::*;