chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
2 changed files with 9 additions and 3 deletions
Showing only changes of commit 0ec7d72bda - Show all commits
+3 -1
View File
@@ -9,5 +9,7 @@ service PrivWalletSrv {
// Lock And Release Assets
rpc LockAsset(LockAssetReq) returns (base.v1.StatusRes);
rpc ReleaseAsset(LockAssetReq) returns (base.v1.StatusRes);
rpc CollectCommission(CollectCommissionReq) returns (CollectCommissionRes);
rpc CollectCommission(CommissionReq) returns (CommissionRes);
rpc RefundCommission(CommissionReq) returns (CommissionRes);
}
+6 -2
View File
@@ -548,8 +548,12 @@ message EffectiveCommission {
double total = 3;
}
message CollectCommissionReq {}
message CollectCommissionRes {}
message CommissionReq {
uint64 commission_id = 1;
double amount = 2;
auth.v1.UserIdentityBasic user = 3;
}
message CommissionRes {}
/*
* IPG - Internet Payment Gateway