Function ValidatingLedger.isValidTXSet

Get the valid TX set that data is representing

string isValidTXSet (
  in ref const(ConsensusData) data
) nothrow @safe;

Parameters

NameDescription
data consensus value
tx_set buffer to write the found TXs

Returns

null if node can build a valid TX set, a string explaining the reason otherwise.