Function ValidatingLedger.getValidTXSet

Get the valid TX set that data is representing

string getValidTXSet (
  in ref const(ConsensusData) data,
  ref Transaction[] tx_set
) 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.