v2: ipg status enum

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-04-29 14:52:57 +03:30
parent c8f69b9310
commit af46f5392e
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -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;