mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: Add more low-level methods to Executor (#14440)
This commit is contained in:
@ -241,6 +241,10 @@ where
|
||||
&mut self.state
|
||||
}
|
||||
|
||||
fn into_state(self) -> State<Self::DB> {
|
||||
self.state
|
||||
}
|
||||
|
||||
fn with_state_hook(&mut self, hook: Option<Box<dyn OnStateHook>>) {
|
||||
self.system_caller.with_state_hook(hook);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user