Storage and types overview
token_type
type fa12_type is address
type fa2_type is [@layout:comb] record [
token : address;
id : token_id_type;
]
type token_type is
FA12 of fa12_type
| FA2 of fa2_typestake_params_type
Field
Type
Description
type stake_params_type is [@layout:comb] record [
staked_token : token_type;
is_v1_lp : bool;
]fees_type
Field
Type
Hint
Description
farm_type
Field
Type
Description
user_info_type
Field
Type
Description
baker_type
Field
Type
Description
tok_meta_type
Field
Type
Description
storage_type - main contract storage
Field
Type
Description
full_storage_type - storage root
Field
Type
Description
Last updated