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

UploadBatchParams

Git Source

Parameters structure for uploading a transaction batch

struct UploadBatchParams {
string deviceId;
string dateComparable;
uint32 orderCount;
string totalAmount;
bytes transactionData;
}