Skip to content

Commit 1b35696

Browse files
committed
add archive_unstable_stopStorage
1 parent 080fafe commit 1b35696

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_stopStorage
2+
3+
**Parameters**:
4+
5+
- An opaque string that was returned by `archive_unstable_storage`.
6+
7+
**Return value**: *null*
8+
9+
Stops a subscription started with `archive_unstable_storage`. Has no effect if the opaque string is invalid or refers to a subscription that has already emitted a `{"event": "storageDone"}` 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)