bigchaindb / bigchaindb/java-bigchaindb-driver

Add ability to get unspent transactions for the given asset

Open
#25 1 comment 0 reactions 1 assignee Claimed by @innopreneur View on GitHub
enhancement
Dominant language
Java
Stars
29
Forks
30
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.