clearTransactions method

void clearTransactions()

Removes all transactions from the message.

Implementation

void clearTransactions() {
  transactions.clear();
}