# Functions

NewDefaultStateStoreFactory creates IStateStore components by their descriptors.
NewEmptyMemoryStateStore creates a new instance of the state store.
No description provided by the author
NewStateEntry method creates a new instance of the state entry and assigns its values.

# Constants

No description provided by the author

# Structs

MemoryStateStore is a state store that keeps states in the process memory.
NullStateStore dummy state store implementation that doesn't do anything.
StateEntry data object to store state values with their keys used by MemoryStateEntry.
StateValue a data object that holds a retrieved state value with its key.

# Interfaces

IStateStore interface for state storages that are used to store and retrieve transaction states.