pub fn set_configs<T: Config>(
    min_join_bond: ConfigOp<BalanceOf<T>>,
    min_create_bond: ConfigOp<BalanceOf<T>>,
    max_pools: ConfigOp<u32>,
    max_members: ConfigOp<u32>,
    max_members_per_pool: ConfigOp<u32>,
    global_max_commission: ConfigOp<Perbill>
)
Expand description

Update configurations for the nomination pools. The origin for this call must be Root.

Arguments

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::set_configs.