helium / blockchain-http

An http API for the helium blockchain database
https://helium.com
Apache License 2.0
47 stars 18 forks source link

Madninja/txn actor filter #383

Closed madninja closed 2 years ago

madninja commented 2 years ago

Adds a actor query parameter to filter a given transaction json for just the requested "actors". This is mostly useful for poc_receipts and rewards transactions which may contain a lot of data that is not relevant to a specific hotspot/account/validator.

Fixes #379