v2: ipg status enum
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
c8f69b9310
commit
af46f5392e
@ -468,6 +468,11 @@ message Commission {
|
|||||||
// auth.v1.BankInfo bank_info = 2; // BankInfo
|
// auth.v1.BankInfo bank_info = 2; // BankInfo
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
enum IPGStatus {
|
||||||
|
IPG_SUCCESS = 0;
|
||||||
|
IPG_FAILED = -1;
|
||||||
|
IPG_PENDING = 1;
|
||||||
|
}
|
||||||
// represent the information regarding the sale of the token
|
// represent the information regarding the sale of the token
|
||||||
message IPGGetTokenReq {
|
message IPGGetTokenReq {
|
||||||
auth.v1.InternalIAM iam = 1;
|
auth.v1.InternalIAM iam = 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user