fn check_transaction(
id: &str,
maybe_fee_id: Option<&str>,
endpoint: &str,
network: NetworkName,
start_height: usize,
max_wait: usize,
blocks_to_check: usize,
) -> Result<CheckedTransaction>
fn check_transaction(
id: &str,
maybe_fee_id: Option<&str>,
endpoint: &str,
network: NetworkName,
start_height: usize,
max_wait: usize,
blocks_to_check: usize,
) -> Result<CheckedTransaction>