feat: add asset price message and add asset price for asset schema

This commit is contained in:
2025-02-26 15:11:34 +03:30
parent 191cae26fd
commit a678ceabbf
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ service WalletService {
rpc UserGetAssetList(base.v1.Empty) returns (AssetList);
rpc AdminGetAssetList(base.v1.Empty) returns (AssetList);
rpc GetAsset(GetAssetReq) returns (Asset);
rpc GetAssetPrice(base.v1.IdReq) returns (AssetPrice);
rpc UserInitWallet(UserInitWalletReq) returns (base.v1.StatusRes);
rpc UserGetWalletList(auth.v1.InternalIAM) returns (WalletList);