Variable ConsensusData.tx_set

The transaction set that is being nominated / voted on

struct ConsensusData
{
  // ...
  geod24.bitblob.BitBlob!(64L) tx_set ;
  // ...
}