loom_types_blockchain

Function debug_trace_transaction

Source
pub async fn debug_trace_transaction<T: Transport + Clone, N: Network, P: Provider<T, N> + DebugApi<N, T>>(
    client: P,
    req: TxHash,
    diff_mode: bool,
) -> Result<(GethStateUpdate, GethStateUpdate)>