v2: withdraw_id -> id
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
e3dc270fec
commit
39298001c9
@ -736,7 +736,7 @@ message WithdrawIRTReq {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message WithdrawIRTRes {
|
message WithdrawIRTRes {
|
||||||
uint64 withdraw_id = 1;
|
uint64 id = 1;
|
||||||
int64 amount = 2;
|
int64 amount = 2;
|
||||||
string transaction_hash = 3;
|
string transaction_hash = 3;
|
||||||
auth.v1.BankInfo bank_info = 4;
|
auth.v1.BankInfo bank_info = 4;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user