bitdb icon indicating copy to clipboard operation
bitdb copied to clipboard

Ability to query only unconfirmed or confirmed results

Open unwriter opened this issue 5 years ago • 0 comments

The query language currently only supports the response of:

{
  "unconfirmed": [Array of unconfirmed tx results that match the query],
  "confirmed": [Array of confirmed tx results that match the query]
}

This is inconvenient when you only want unconfirmed or confirmed. Update the query language to support this option

unwriter avatar Aug 23 '18 14:08 unwriter