Skip to main content

scan_execution_log

Function scan_execution_log 

Source
pub fn scan_execution_log(
    store: &dyn EventStore,
    run_id: &RunId,
    from: Seq,
) -> Result<Vec<ExecutionLog>, KernelError>
Expand description

Scans the event store for the run and returns the canonical execution log (state_hash None).