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.