Type Definition language_e2e_tests::executor::TraceSeqMapping
source · pub type TraceSeqMapping = (usize, Vec<usize>, Vec<usize>);
Expand description
Maps block number N to the index of the input and output transactions
pub type TraceSeqMapping = (usize, Vec<usize>, Vec<usize>);
Maps block number N to the index of the input and output transactions