V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit d16247cc2b - Show all commits
+3
View File
@@ -346,6 +346,9 @@ message TransferAssetRes {
string transaction_hash = 4;
}
// represent the information regarding the withdraw in bank
message WithdrawReceipt { string code = 1; }
// represent the information regarding the sale of the token
message SaleGetTokenReq {
auth.v1.InternalIAM iam = 1;
+4
View File
@@ -52,4 +52,8 @@ service WalletService {
rpc ReleaseAsset(LockAssetReq) returns (base.v1.StatusRes);
rpc AssetDiscount(AssetDiscountReq) returns (AssetDiscountRes);
// --- IRT ---
// rpc WithdrawIRT(WithdrawIRTReq) returns (base.v1.StatusRes);
// rpc DepositIRT(DepositIRTReq) returns (base.v1.StatusRes);
}