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