Function Nominator.nominate

Nominate a new data set to the quorum. Failure to nominate is only logged.

void nominate (
  ulong slot_idx,
  in ref const(ConsensusData) next
) @trusted;

Parameters

NameDescription
slot_idx the index of the slot to nominate for
next the proposed data set for the provided slot index