You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application developers would like to use a more abstract interface to the Scan API. For example, several application developers have created their own version of the "/updates python script" scan_txlog.py, and they've also requested a script that makes it easy to consume large sets of transactions at once.
There are several possible such abstractions, including filters for each type of transaction reported by /updates, filters by party, filters by key, filters by time range, etc. See e.g. for bitcoin: https://github.com/bitcoinj/bitcoinj
The objective of this work would be to implement five to ten wrappers of the /updates /holdings and or /state APIs in Scan, which application developers find most useful.
The text was updated successfully, but these errors were encountered:
Application developers would like to use a more abstract interface to the Scan API. For example, several application developers have created their own version of the "/updates python script" scan_txlog.py, and they've also requested a script that makes it easy to consume large sets of transactions at once.
There are several possible such abstractions, including filters for each type of transaction reported by /updates, filters by party, filters by key, filters by time range, etc. See e.g. for bitcoin: https://github.com/bitcoinj/bitcoinj
The objective of this work would be to implement five to ten wrappers of the /updates /holdings and or /state APIs in Scan, which application developers find most useful.
The text was updated successfully, but these errors were encountered: