Function generate_node_input

Source
pub async fn generate_node_input<KBE: KeyValueStoreBackend>(
    config: SingleGadgetConfig<KBE>,
) -> Result<(SingleGadgetInput<KBE>, JoinHandle<()>)>
Expand description

Generates the NodeInput and handle to the networking layer for the given config.