Type Alias StoreVal

Source
pub type StoreVal = Bytes;
Expand description

Value literal type of the contract store.

Aliased Type§

struct StoreVal(pub Bytes);

Fields§

§0: Bytes