pub trait Construct {
    // Required method
    fn construct(&self, node: &mut NodeContext);
}

Required Methods§

source

fn construct(&self, node: &mut NodeContext)

| Add wallets that should be opened to | list of chain clients. |

Implementors§