v2: added filter to get asset list
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ service WalletService {
|
||||
|
||||
rpc GetNetworkList(base.v1.Empty) returns (NetworkList);
|
||||
|
||||
rpc GetAssetList(base.v1.Empty) returns (AssetList);
|
||||
rpc GetAssetList(AssetFilter) returns (AssetList);
|
||||
rpc UserGetAssetList(auth.v1.InternalIAM) returns (AssetList);
|
||||
rpc AdminGetAssetList(base.v1.Empty) returns (AssetList);
|
||||
rpc GetAsset(GetAssetReq) returns (Asset);
|
||||
|
||||
Reference in New Issue
Block a user