DigitalNoteXDN / OLD-digitalnote

Base core code for DigitalNote
11 stars 10 forks source link

get_transfers support for filtering by min/max heights #9

Closed campurro closed 5 years ago

campurro commented 5 years ago

To test it:

curl -X POST http://127.0.0.1:42082/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"get_transfers","params":{"filter_by_height":true,"min_height":10000,"max_height":15300}}' -H 'Content-Type: application/json'