ContractStore

Type Alias ContractStore 

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

A binary key-value store for an account.

Aliased Typeยง

pub struct ContractStore { /* private fields */ }