Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

TransactionBatch

Git Source

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
}