TransactionBatch
Transaction batch structure
struct TransactionBatch {
uint64 id; // Internal ID
uint32 orderCount; // Order count
uint32 batchTimestamp; // Batch timestamp
string deviceId; // Device ID
string totalAmount; // Total transaction amount
string dateComparable; // Date in YYYYMMDD format
}