Type Alias ContractStore

Source
pub type ContractStore = HashMap<StoreKey, Option<StoreVal>>;
Expand description

A binary key value store for an account.

Aliased Typeยง

struct ContractStore { /* private fields */ }