dev - int - uint

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-05 16:41:30 +03:30
parent c67c92bdb5
commit 227e77d7e5
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -361,7 +361,7 @@ message CalculateRedeemTokenRes {
optional authorization.BankInfo bank_info = 7;
}
message RedeemTokenRes {
int64 id = 1;
uint64 id = 1;
int64 user_id = 2;
Asset asset = 3;
double free_balance = 4;