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
When subscribing to the transactions of a set of addresses it would be great to add an optional parameter to ask the server to send the past transactions starting from a defined block height.
When subscribing to the transactions of a set of addresses it would be great to add an optional parameter to ask the server to send the past transactions starting from a defined block height.
The command could be like this:
{"event": "subscribe", "channel": "tx", "address":["MJNo92g6DavpaCZbYjrH45iQ8eAKnLqmms"], "start": 1000000 }
The text was updated successfully, but these errors were encountered: