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

Add UTXO endpoint to webserver #79

Open
SebastienGllmt opened this issue May 26, 2022 · 0 comments
Open

Add UTXO endpoint to webserver #79

SebastienGllmt opened this issue May 26, 2022 · 0 comments
Labels
client related to the Carp client enhancement New feature or request webserver related to the Carp webserver

Comments

@SebastienGllmt
Copy link
Contributor

A Utxo endpoint would just be taking the TransctionOutput table minus all entries that appear in the TransactionInput table.

User would pass in addresses to the endpoint.

TBD: should we allow users to pass in credentials? UTXOs belong to addresses and not credentials so I was thinking that users would first call credential/addresses and then use those addresses to query the utxo endpoint. However, the endpoint could combine these two steps for users to avoid an extra round-trip

@SebastienGllmt SebastienGllmt added enhancement New feature or request webserver related to the Carp webserver client related to the Carp client labels May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client related to the Carp client enhancement New feature or request webserver related to the Carp webserver
Projects
None yet
Development

No branches or pull requests

1 participant