pub trait PrepareSettings {
    // Required method
    fn prepare(
        topology: Topology,
        blockchain: Blockchain,
        session_settings: &mut SessionSettings
    ) -> Self;
}

Required Methods§

source

fn prepare( topology: Topology, blockchain: Blockchain, session_settings: &mut SessionSettings ) -> Self

Implementors§