feat: add referral code system

This commit is contained in:
2025-12-20 17:36:07 +03:30
parent a8d454bf88
commit 0a08748fe9
5 changed files with 49 additions and 3 deletions
+3
View File
@@ -17,4 +17,7 @@ service InternalWalletSrv {
// Calculate stellar pub-priv key based on national id
rpc GetPublicKeyByNationalID(NationalIDReq) returns (PubKeyRes);
// Commission Logs
rpc InitReferrerCommissionLog(InitReferrerCommissionLogIn) returns (base.v1.Empty);
}