Crate state_objects

source ·
Expand description

State objects projects a state management framework that works well with interchain_core.

Structs§

  • An index on a set of fields in a map which may map multiple index key values to a single primary key value.
  • A single item in storage.
  • A key-value map.
  • An ordered map is a map that maintains the order of its keys.
  • An ordered set of keys in storage.
  • A set of keys in storage.
  • A map from keys to 128-bit unsigned integers.
  • Enforces a queryable, uniqueness constraint on a set of fields in a map.