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 5f1fc3b0f2 - Show all commits
+1
View File
@@ -267,6 +267,7 @@ message Transaction {
optional string trx_hash = 18;
optional string from_public_key = 19;
optional string to_public_key = 20;
double token_price = 21;
}
message UserGetTransactionListReq {