launch_callback
Call parameters
type vote_t is [@layout:comb] record [
voter : address;
candidate : key_hash;
execute_voting : bool;
votes : nat;
]
type launch_callback_t is [@layout:comb] record [
vote_params : vote_t;
bucket : address;
]vote_t
Field
Type
Description
launch_callback_t
Field
Type
Description
Usage
Errors
Last updated