Function ValidatingLedger.prepareNominatingSet

Collect up to a maximum number of transactions to nominate

void prepareNominatingSet (
  out ConsensusData data
) @safe;

Parameters

NameDescription
txs will contain the transaction set to nominate, or empty if not enough txs were found
max_txs the maximum number of transactions to prepare.