@@ -468,6 +468,11 @@ message Commission {
|
||||
// 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
|
||||
message IPGGetTokenReq {
|
||||
auth.v1.InternalIAM iam = 1;
|
||||
|
||||
Reference in New Issue
Block a user