diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index 77a0ca7..3a91c23 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -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;