Crate executive_state[−][src]
Execute transactions and modify State. This is glue code between the vapcore and
account-state crates and contains everything that requires Machine or Executive (or types
thereof).
Structs
| ApplyOutcome | Used to return information about an |
Enums
| ProvedExecution | Return type of proof validity check. |
Traits
| ExecutiveState | Collects code that needs a Machine and/or Executive |
Functions
| check_proof | Check the given proof of execution.
|
| prove_transaction_virtual | Prove a |
Type Definitions
| ApplyResult | Result type for the execution (“application”) of a transaction. |