# Functions
CommitDelta takes a base storage snapshot and creates a new storage snapshot with the register updates from the given RegisterUpdatesHolder a new statecommitment is returned from the ledger, along with the trie update any error returned are exceptions.
No description provided by the author
NewExecutionState returns a new execution state access layer for the given ledger storage.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Interfaces
ExecutionState is an interface used to access and mutate the execution state of the blockchain.
FinalizedExecutionState is an interface used to access the finalized execution state.
ReadOnlyExecutionState allows to read the execution state.
No description provided by the author
ScriptExecutionState is a subset of the `state.ExecutionState` interface purposed to only access the state used for script execution and not mutate the execution state of the blockchain.