An entrypoint that bans or unbans baker on the specified period (in seconds). Can ban/unban a group of bakers in one transaction. To unban baker, period of banning must be equal to 0.
Call parameters
type ban_baker_type is [@layout:comb] record [
baker : key_hash;
period : nat;
]
type ban_bakers_type is list(ban_baker_type)