[][src]Crate solana_libra_state_view

This crate defines trait StateView.

Traits

StateView

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.