radix-engine-interface 1.3.1

The interface between system layer and VM layer, from the Radix DLT project.
Documentation
1
2
3
pub trait SystemExecutionTraceApi<E> {
    fn update_instruction_index(&mut self, new_index: usize) -> Result<(), E>;
}