Skip to content

Commit b4e472d

Browse files
committed
archive: Add stop method
Signed-off-by: Alexandru Vasile <[email protected]>
1 parent b2cba40 commit b4e472d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# archive_unstable_stopStorageDiff
2+
3+
**Parameters**:
4+
5+
- An opaque string that was returned by `archive_unstable_StorageDiff`.
6+
7+
**Return value**: *null*
8+
9+
Stops a subscription started with `archive_unstable_StorageDiff`. Has no effect if the opaque string is invalid or refers to a subscription that has already emitted a `{"event": "storageDiffDone"}` event.
10+
11+
JSON-RPC client implementations must be aware that, due to the asynchronous nature of JSON-RPC client <-> server communication, they might still receive chain updates notifications, for example because these notifications were already in the process of being sent back by the JSON-RPC server.

0 commit comments

Comments
 (0)