Function Nominator.validateValue

Validates the provided transaction set for the provided slot index, and returns a status code of the validation.

override extern(C++) scpd.scp.SCPDriver.SCPDriver.ValidationLevel validateValue (
  ulong slot_idx,
  ref const(scpd.types.XDRBase.xvector!(ubyte,4294967292)) value,
  bool nomination
);

Parameters

NameDescription
slot_idx the slot index we're currently reaching consensus for
value the transaction set to validate
nomination whether we're validating values for the nomination protocol, or ballot protocol