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

Expand description

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

Structs

An in-memory implementation of state.

Type Definitions

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

A collection of states.