pub type InitStorage = HashMap<SmallVec<[u8; 32]>, SmallVec<[u8; 32]>>;
Initial storage of contracts
struct InitStorage { /* private fields */ }