pub type ContractStore = HashMap<StoreKey, Option<StoreVal>>;
A binary key value store for an account.
struct ContractStore { /* private fields */ }