clear_historic: TxDescriptor<
    {
        selector: Enum<
            {
                Specific: Binary[];
                Wildcard: { limit?: number; previous_cursor?: Binary };
            },
        >;
    },
>

Clears the Historic set.

map_cursor must be set to the last value that was returned by the HistoricCleared event. The first time None can be used. limit must be chosen in a way that will result in a sensible weight.