From 1b3569622ff9efaef0281499ab3afb0199c18723 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Wed, 5 Mar 2025 13:01:55 +0000 Subject: [PATCH] add archive_unstable_stopStorage --- src/api/archive_unstable_stopStorage.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/api/archive_unstable_stopStorage.md diff --git a/src/api/archive_unstable_stopStorage.md b/src/api/archive_unstable_stopStorage.md new file mode 100644 index 0000000..dd612f7 --- /dev/null +++ b/src/api/archive_unstable_stopStorage.md @@ -0,0 +1,11 @@ +# archive_unstable_stopStorage + +**Parameters**: + +- An opaque string that was returned by `archive_unstable_storage`. + +**Return value**: *null* + +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. + +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.