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_typefees_type
Field
Type
Hint
Description
type fees_type is [@layout:comb] record [
harvest_fee : nat;
withdrawal_fee : nat;
]stake_params_type
Field
Type
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