Function solana_faucet::faucet::run_local_faucet_with_port
source ยท pub fn run_local_faucet_with_port(
faucet_keypair: Keypair,
sender: Sender<Result<SocketAddr, String>>,
time_input: Option<u64>,
per_time_cap: Option<u64>,
per_request_cap: Option<u64>,
port: u16
)