Skip to main content

fetch_transaction_report

Function fetch_transaction_report 

Source
pub async fn fetch_transaction_report(
    hash: &str,
    chain: &str,
    decode: bool,
    trace: bool,
    clients: &dyn ChainClientFactory,
) -> Result<TransactionReport>
Expand description

Fetches and builds a transaction report for programmatic use.

Used by the insights command and batch reporting.