[][src]Function solana_faucet::faucet::run_local_faucet_with_port

pub fn run_local_faucet_with_port(
    faucet_keypair: Keypair,
    sender: Sender<SocketAddr>,
    per_time_cap: Option<u64>,
    port: u16
)