pub fn take_cached_trace(tx_hash: B256) -> Vec<HostioTraceInfo>Expand description
Retrieve + remove the cached trace for a tx-hash. Matches Nitro’s one-shot retrieval semantics: the buffer is drained on first read.
pub fn take_cached_trace(tx_hash: B256) -> Vec<HostioTraceInfo>Retrieve + remove the cached trace for a tx-hash. Matches Nitro’s one-shot retrieval semantics: the buffer is drained on first read.