#include "transaction.h" Transaction::Transaction(void) { this->magic = MAGIC; this->meta = 0; this->amount = 0; }