All chains
    Preparing search index...

    Type Alias ActiveConfig

    ActiveConfig: StorageDescriptor<
        [],
        {
            approval_voting_params: number;
            async_backing_params: {
                allowed_ancestry_len: number;
                max_candidate_depth: number;
            };
            code_retention_period: number;
            dispute_period: number;
            dispute_post_conclusion_acceptance_period: number;
            executor_params: PolkadotPrimitivesV6ExecutorParamsExecutorParam[];
            hrmp_channel_max_capacity: number;
            hrmp_channel_max_message_size: number;
            hrmp_channel_max_total_size: number;
            hrmp_max_message_num_per_candidate: number;
            hrmp_max_parachain_inbound_channels: number;
            hrmp_max_parachain_outbound_channels: number;
            hrmp_recipient_deposit: bigint;
            hrmp_sender_deposit: bigint;
            max_code_size: number;
            max_downward_message_size: number;
            max_head_data_size: number;
            max_pov_size: number;
            max_upward_message_num_per_candidate: number;
            max_upward_message_size: number;
            max_upward_queue_count: number;
            max_upward_queue_size: number;
            max_validators?: number;
            minimum_backing_votes: number;
            minimum_validation_upgrade_delay: number;
            n_delay_tranches: number;
            needed_approvals: number;
            no_show_slots: number;
            node_features: (0 | 1)[];
            pvf_voting_ttl: number;
            relay_vrf_modulo_samples: number;
            scheduler_params: {
                group_rotation_frequency: number;
                lookahead: number;
                max_availability_timeouts: number;
                max_validators_per_core?: number;
                num_cores: number;
                on_demand_base_fee: bigint;
                on_demand_fee_variability: number;
                on_demand_queue_max_size: number;
                on_demand_target_queue_utilization: number;
                paras_availability_period: number;
                ttl: number;
            };
            validation_upgrade_cooldown: number;
            validation_upgrade_delay: number;
            zeroth_delay_tranche_width: number;
        },
        false,
        never,
    >

    The active configuration for the current session.