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