Storage and types overview
user_reward_info_t
Field
Type
Hint
Description
type user_reward_info_t is [@layout:comb] record [
reward_f : nat;
reward_paid_f : nat;
]baker_t
Field
Type
Description
type baker_t is [@layout:comb] record [
ban_start_time : timestamp;
ban_period : nat;
votes : nat;
]user_t
Field
Type
Description
storage_t - main contract storage
Field
Type
Description
Last updated