Crate aptos_state_view
source · [−]Expand description
This crate defines trait StateView.
Modules
Enums
Traits
StateView is a trait that defines a read-only snapshot of the global state. It is passed to
the VM for transaction execution, during which the VM is guaranteed to read anything at the
given state.