V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit db69e4f2d3 - Show all commits
+6 -3
View File
@@ -274,10 +274,13 @@ message UserGetTransactionListReq {
optional int64 to_federation_id = 9;
optional double amount_from = 10;
optional double amount_to = 11;
optional TransactionStatus status = 12;
optional TransactionType type = 13;
optional string tracking_code = 14;
optional string tracking_code = 12;
repeated TransactionType type = 13;
repeated TransactionStatus status = 14;
optional string from_date = 15;
optional string to_date = 16;
}
/*
Buy
*/