set_emergency_election_result: TxDescriptor<{
    supports: [SS58String, {
        total: bigint;
        voters: [SS58String, bigint][];
    }][];
}>

Set a solution in the queue, to be handed out to the client of this pallet in the next call to ElectionProvider::elect.

This can only be set by T::ForceOrigin, and only when the phase is Emergency.

The solution is not checked for any feasibility and is assumed to be trustworthy, as any feasibility check itself can in principle cause the election process to fail (due to memory/weight constrains).