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
| `opts` | `Object` | An object with the following keys: |
1206
-
| `opts.startBlockId` | string | undefined | The block ID to start listening for events. Example: `9dda5f281897389b99f103a1c6b180eec9dac870de846449a302103ce38453f3` |
1207
-
| `opts.startHeight` | number | undefined | The block height to start listening for events. Example: `123` |
1208
-
| `opts.eventTypes` | string[] | undefined | The event types to listen for. Example: `A.7e60df042a9c0868.FlowToken.TokensWithdrawn` |
1209
-
| `opts.addresses` | string[] | undefined | The addresses to listen for. Example: `0x7e60df042a9c0868` |
1210
-
| `opts.contracts` | string[] | undefined | The contracts to listen for. Example: `0x7e60df042a9c0868` |
1211
-
| `opts.heartbeatInterval` | number | undefined | The interval in milliseconds to send a heartbeat to the Access Node. Example: `10000` |
| `startBlockId` | string | undefined | The block ID to start listening for events. Example: `9dda5f281897389b99f103a1c6b180eec9dac870de846449a302103ce38453f3` |
2021
+
| `startHeight` | number | undefined | The block height to start listening for events. Example: `123` |
2022
+
| `eventTypes` | string[] | undefined | The event types to listen for. Example: `A.7e60df042a9c0868.FlowToken.TokensWithdrawn` |
2023
+
| `addresses` | string[] | undefined | The addresses to listen for. Example: `0x7e60df042a9c0868` |
2024
+
| `contracts` | string[] | undefined | The contracts to listen for. Example: `0x7e60df042a9c0868` |
2025
+
| `opts.heartbeatInterval` | number | undefined | The interval in milliseconds to send a heartbeat to the Access Node. Example: `10000` |
2026
+
2020
2027
### `StreamConnection`
2021
2028
2022
2029
A stream connection is an object for subscribing to generic data from any WebSocket data stream. This is the base type for all stream connections. Two channels, `close` and `error`, are always available, as they are used to signal the end of the stream and any errors that occur.
0 commit comments