v2: bank info added to withdraw resp
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
83e2597e53
commit
af0cab1c84
@ -741,6 +741,7 @@ message WithdrawIRTRes {
|
|||||||
int64 transaction_id = 1;
|
int64 transaction_id = 1;
|
||||||
int64 amount = 2;
|
int64 amount = 2;
|
||||||
string transaction_hash = 3;
|
string transaction_hash = 3;
|
||||||
|
auth.v1.BankInfo bank_info = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
message BuyAssetReq {
|
message BuyAssetReq {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user