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 a2efb704b3 - Show all commits
+1 -1
View File
@@ -74,7 +74,7 @@ message BalanceReq{
message CheckBalanceReq{
auth.v1.InternalIAM iam = 1;
int64 asset_id = 2;
optional double amount = 3; // Checks if user have enough balance
double amount = 3; // Checks if user have enough balance
}