[][src]Module transact::state::hashmap

Provides a simple, in-memory implementation of backed by std::collections::HashMap.

Structs

HashMapState

An in-memory implementation of state.

Type Definitions

State

An collection of key-value pairs that represents state at a particular point.

States

A collection of states.