Skip to main content

run

Function run 

Source
pub async fn run(
    faucet: Faucet,
    listener: TcpListener,
    gw_lnd_port: u16,
) -> Result<()>
Expand description

Serves the faucet API on the already bound listener until the task is cancelled.