Function ValidatingLedger.getCandidateMissingValidators

uint[] getCandidateMissingValidators (
  in const(Height) height,
  scope nothrow @safe bool delegate(in ref geod24.bitblob.BitBlob!(64L), out UTXO) findUTXO
) @safe;

Returns

A list of Validators that have not yet revealed their PreImage for height height (based on the current Ledger's knowledge).