All chains
    Preparing search index...

    Type Alias BabeAllowedSlots

    BabeAllowedSlots: Enum<
        {
            PrimaryAndSecondaryPlainSlots: undefined;
            PrimaryAndSecondaryVRFSlots: undefined;
            PrimarySlots: undefined;
        },
    >