[][src]Trait exonum_node::ConfigManager

pub trait ConfigManager: Send {
    fn store_connect_list(&mut self, connect_list: ConnectListConfig);
}

Interface of the configuration manager usable for updating node configuration on the fly.

Required methods

fn store_connect_list(&mut self, connect_list: ConnectListConfig)

Update connect list in the node configuration.

Loading content...

Implementors

Loading content...