pub trait OnStateHook { // Required method fn on_state(&mut self, state: &EvmState); }
A hook that is called after each state change.
Invoked with the state after each system call.