v2: trx_id - str -> int

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2025-03-04 14:41:37 +03:30
parent 8e26824d21
commit ea79873420
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ message TransferAssetRes {
auth.v1.Recipient recipient = 1;
double amount = 2;
// TODO: Change to Asset
string transaction_id = 3;
int64 transaction_id = 3;
string transaction_hash = 4;
}