ln_gateway::rpc::rpc_server

Function run_webserver

source
pub async fn run_webserver(
    gateway: Arc<Gateway>,
    task_group: TaskGroup,
) -> Result<()>
Expand description

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