v2: bank info added to withdraw resp

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-08-12 15:26:28 +03:30
parent 83e2597e53
commit af0cab1c84
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -741,6 +741,7 @@ message WithdrawIRTRes {
int64 transaction_id = 1;
int64 amount = 2;
string transaction_hash = 3;
auth.v1.BankInfo bank_info = 4;
}
message BuyAssetReq {