set_parameters: TxDescriptor<
    {
        candidate_deposit: bigint;
        max_intake: number;
        max_members: number;
        max_strikes: number;
    },
>

Change the maximum number of members in society and the maximum number of new candidates in a single intake period.

The dispatch origin for this call must be Signed by the Founder.

Parameters:

  • max_members - The maximum number of members for the society. This must be no less than the current number of members.
  • max_intake - The maximum number of candidates per intake period.
  • max_strikes: The maximum number of strikes a member may get before they become suspended and may only be reinstated by the founder.
  • candidate_deposit: The deposit required to make a bid for membership of the group.