Trait bitcoinwallet_library::Construct
source · pub trait Construct {
// Required method
fn construct(&self, node: &mut NodeContext);
}
Required Methods§
sourcefn construct(&self, node: &mut NodeContext)
fn construct(&self, node: &mut NodeContext)
| Add wallets that should be opened to | list of chain clients. |