Function status_at_height

Source
fn status_at_height(
    id: &str,
    maybe_fee_id: Option<&str>,
    endpoint: &str,
    network: NetworkName,
    height: usize,
    max_wait: usize,
) -> Result<Option<TransactionStatus>>