algorandfoundation / algokit-subscriber-ts

Simple, but flexible / configurable Algorand transaction subscription / indexing mechanism
MIT License
12 stars 6 forks source link

Feature Request: methodSignatures property on Subscriber #18

Closed ericsharma closed 6 months ago

ericsharma commented 6 months ago

Overview

methodSignatures is of typestring[] and will be used to Filter to app transactions that match one of the given ARC-0004 method selectors as the first app argument.

PR

19