Storage and types overview
storage_t - main contract storage
type storage_t is [@layout:comb] record [
dex_core : address;
]
Field
Type
Description
dex_core
address
Address of a DexCore contract
Last updated