Storage and types overview

storage_t - main contract storage

type storage_t          is [@layout:comb] record [
  dex_core                : address;
]
FieldTypeDescription

dex_core

address

Address of a DexCore contract

Last updated