Function check_transaction_with_message

Source
pub fn check_transaction_with_message(
    id: &str,
    maybe_fee_id: Option<&str>,
    endpoint: &str,
    network: NetworkName,
    start_height: usize,
    max_wait: usize,
    blocks_to_check: usize,
) -> Result<Option<TransactionStatus>>
Expand description

Check to find the transaction id among new blocks, printing its status (if found) to the user. Returns Some(..) if and only if the transaction was found.