bitauth / chaingraph

A multi-node blockchain indexer and GraphQL API

Home Page:https://chaingraph.cash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query: identify all double spends within a date range

bitjson opened this issue · comments

It would be nice to add an example query to chaingraph.cash to return all successful double spends which occurred within a date range.

This probably requires the same replaced_at index as #16.

(A similar query which also returns attempted double spends would require DSP support: #13)