Function functional_tests::evaluator::eval
source · pub fn eval<TComp: Compiler>(
config: &GlobalConfig,
compiler: TComp,
commands: &[Command<'_>]
) -> Result<EvaluationLog>
Expand description
Feeds all given transactions through the pipeline and produces an EvaluationLog.