#include #define MAGIC 0x54314E59 // T1NY in hex btw struct Transaction { uint32_t magic; uint16_t meta; uint64_t amount; Transaction(void); };