Money Streaming Events
Query CFA Data
Last updated
Was this helpful?
Query CFA Data
Last updated
Was this helpful?
flowUpdated
: emits any time there is a creation, update, or deletion event of a stream. Note that “type” will represent the type of update:
0 = creation event
1 = update event
2 = deletion event
Sample Subgraph Query:
Note that
totalAmountStreamedUntil
timestamp is useful because it will return the total amount streamed until the state change, andstreamedUntilUpdatedAt
will return the total amount stream since the previous state change. Learn more about this here.