stake
Call parameters
Field
Type
Description
type stake_param_t is [@layout:comb] record [
pool_id : pool_id_t;
amount : nat;
type stake_action_t is
| Add of stake_param_t
| Remove of stake_param_tLast updated