set_configs: TxDescriptor<
    {
        global_max_commission: StakingPalletConfigOp;
        max_members: StakingPalletConfigOp;
        max_members_per_pool: StakingPalletConfigOp;
        max_pools: StakingPalletConfigOp;
        min_create_bond: StakingPalletConfigOpBig;
        min_join_bond: StakingPalletConfigOpBig;
    },
>

Update configurations for the nomination pools. The origin for this call must be [Config::AdminOrigin].

Arguments

  • min_join_bond - Set [MinJoinBond].
  • min_create_bond - Set [MinCreateBond].
  • max_pools - Set [MaxPools].
  • max_members - Set [MaxPoolMembers].
  • max_members_per_pool - Set [MaxPoolMembersPerPool].
  • global_max_commission - Set [GlobalMaxCommission].