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 ability to get unspent transactions for the given asset #25

Open
innopreneur opened this issue Aug 27, 2018 · 1 comment
Open

Add ability to get unspent transactions for the given asset #25

innopreneur opened this issue Aug 27, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@innopreneur
Copy link
Contributor

innopreneur commented Aug 27, 2018

One of the easiest ways to add value in Java driver is to provide a method for querying unspent transactions for a given asset. This is a very common feature for any use case. So, it makes sense to provide this ability in the driver. Implementation can be to either use unspent_outputs api of bigchaindb server or write logic to optimally fetch unspent output in the driver itself. Currently, it makes sense to use api from the server itself as it is easier to implement and straight forward.

@innopreneur innopreneur added the enhancement New feature or request label Aug 27, 2018
@innopreneur innopreneur self-assigned this Aug 27, 2018
@ttmc
Copy link
Contributor

ttmc commented Aug 27, 2018

Related: bigchaindb/bigchaindb#1473

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants