Expand description
A durable, truncatable log of versions of State.
Structs§
- AllLive
Diffs - Encoded
Rollup - Recent
Live Diffs - Referenced
Blob 🔒Validator - State
Versions - A durable, truncatable log of versions of State.
- State
Versions Iter - An iterator over consecutive versions of State.
- Untyped
State Versions Iter
Enums§
- Inspect
Diff - This represents a diff, either directly or, in the case of the FromInitial
variant, a diff from the initial state. (We could instead compute the diff
from the initial state and replace this with only a
StateDiff<T>
, but don’t for efficiency.)