Storage and types overview

fa2_type

type fa2_type           is [@layout:comb] record [
  token                   : address;
  id                      : token_id_type;
]

storage_type - main contract storage

type storage_type       is [@layout:comb] record [
  minters                 : set(address);
  qsgov                   : fa2_type;
  admin                   : address;
  pending_admin           : address;
]

Last updated