StateStore
property in Coherence.Toolkit
Properties
protected SimulationStateStore<TState> StateStore { get; }
Stores the simulation states used for rollbacks in case of a misprediction.
Property Value
| Type | Description |
|---|---|
| SimulationStateStore<TState> |
Remarks
Used internally by the CoherenceInputSimulation<TState>, manual use recommended only in advanced cases.