ElectionFinalized: PlainDescriptor<{
    compute: ElectionProviderMultiPhaseElectionCompute;
    score: {
        minimal_stake: bigint;
        sum_stake: bigint;
        sum_stake_squared: bigint;
    };
}>

The election has been finalized, with the given computation and score.