run_webserver

Function run_webserver 

Source
pub async fn run_webserver(
    gateway: Arc<Gateway>,
    mnemonic_receiver: Receiver<()>,
) -> Result<()>
Expand description

Creates the webserver’s routes and spawns the webserver in a separate task.