Function get_rpc_credentials

Source
pub fn get_rpc_credentials(
    rpc_username: Option<String>,
    rpc_password: Option<String>,
    rpc_cookie: Option<PathBuf>,
) -> Result<(String, String)>
Expand description

Get the rpc username and password from the provided arguments.