pub trait ExecutionState:
Storage
+ RuntimeObjectResolver
+ SuiResolver {
// Required method
fn as_child_resolver(&self) -> &dyn RuntimeObjectResolver;
}Expand description
Interface with the store necessary to execute a programmable transaction