getData method

TransactionData getData()

Implementation

TransactionData getData() {
  return _blockData.snapshot();
}