Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature]: Add LookUpAsset RPC #877

Open
GeorgeTsagk opened this issue Apr 11, 2024 · 0 comments
Open

[feature]: Add LookUpAsset RPC #877

GeorgeTsagk opened this issue Apr 11, 2024 · 0 comments
Labels

Comments

@GeorgeTsagk
Copy link
Member

Description

If we want to retrieve asset information via our RPC we are currently limited to using ListAssets RPC. Even though this currently works alright it could be inefficient when the number of owned assets grows larger.

This could be somewhat improved with filters as described in #876, but maybe an explicit RPC call for this is also useful.

We should add a call that takes a specific asset_id (or a group key) and returns all assets currently owned by the wallet. Could also use similar params to ListAssets like include_spent/include_leased.

@GeorgeTsagk GeorgeTsagk added enhancement New feature or request gRPC labels Apr 11, 2024
@dstadulis dstadulis moved this from 🆕 New to 💇‍♂️Needs Shaping in Taproot-Assets Project Board Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 💇‍♂️Needs Shaping
Development

No branches or pull requests

2 participants