package
0.38.0-preview.0
Repository: https://github.com/onflow/flow-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewExecutionState constructs a new state.
NewExecutionStateWithSpockStateHasher constructs a new state with a custom hasher.
NewTransactionState constructs a new state transaction which manages nested transactions.
NewTransactionStateFromExecutionState constructs a new state transaction directly from an execution state.

# Constants

# Variables

DefaultSpockSecretHasher returns a new SHA3_256 hasher.

# Structs

State represents the execution state it holds draft of updates and captures all register touches.
Opaque identifier used for Restarting nested transactions.
No description provided by the author

# Interfaces

No description provided by the author
NestedTransactionPreparer provides active transaction states and facilitates common state management operations.