Crate diem_state_view
source ·Expand description
This crate defines trait StateView
.
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.