When comparing, we can safely ignore trieCache and just use entries.
Modify underlying entries dictionary with given update.
Retrieve value of some serialized key (if present).
Dump state entries to JSON string (format compatible with stf vectors).
StaticfromWrap a collection of truncated state entries and treat it as state.
NOTE: There is no verification happening, so the state may be incomplete. Use only if you are sure this is all the entries needed.
StaticfromCreate a new serialized state from a collection of existing entries.
NOTE: There is no verification happening, so the state may be incomplete. Use only if you are sure this is all the entries needed.
StaticserializeTurn in-memory state into it's serialized form.
Full, in-memory state represented as serialized entries dictionary.
State entries may be wrapped into
SerializedStateto access the contained values.