Storage and types overview
token_t
type token_id_t is nat
type tez_t is unit
type fa12_token_t is address
type fa2_token_t is [@layout:comb] record [
token : address;
id : nat;
]
type token_t is
| Tez of tez_t
| Fa12 of fa12_token_t
| Fa2 of fa2_token_ttoken_metadata_t
Field
Type
Description
account_t
Field
Type
Description
tokens_t
Field
Type
Description
pair_t
Field
Type
Description
permit_info_t
Field
Type
Description
user_permit_t
Field
Type
Description
fees_t
Field
Type
Hint
Description
storage_t - main contract storage
Field
Type
Description
full_storage_t - storage root
Field
Type
Description
Last updated