Type Alias zingen::codegen::constructor::InitStorage

source ·
pub type InitStorage = HashMap<SmallVec<[u8; 32]>, SmallVec<[u8; 32]>>;
Expand description

Initial storage of contracts

Aliased Type§

struct InitStorage { /* private fields */ }