All chains
    Preparing search index...

    Type Alias DebugSettingsOf

    DebugSettingsOf: StorageDescriptor<
        [],
        {
            allow_unlimited_contract_size: boolean;
            bypass_eip_3607: boolean;
            pvm_logs: boolean;
        },
        false,
        never,
    >

    Debugging settings that can be configured when DebugEnabled config is true.