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