Function ValidatorSet.getEnrolledUTXOs

Get all the current validators in ascending order with the utxokey including the slashed as the validator index requires them

bool getEnrolledUTXOs (
  in const(Height) height,
  out geod24.bitblob.BitBlob!(64L)[] utxo_keys
) nothrow @trusted;

Parameters

NameDescription
height the block height
validators will be filled with all the validators during their validation cycles

Returns

Return true if there was no error in getting the UTXO keys