From 6cfa7629508e31a8afb1c2a55f5cdc50ce5663a9 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Sun, 2 Nov 2025 17:02:23 +0100 Subject: [PATCH] Add comment --- library/codex_thread_requests/requests/node_storage_request.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/library/codex_thread_requests/requests/node_storage_request.nim b/library/codex_thread_requests/requests/node_storage_request.nim index d6dafc87..e12268eb 100644 --- a/library/codex_thread_requests/requests/node_storage_request.nim +++ b/library/codex_thread_requests/requests/node_storage_request.nim @@ -6,6 +6,7 @@ ## - DELETE: Deletes either a single block or an entire dataset from the local node. ## - FETCH: download a file from the network to the local node. ## - SPACE: get the amount of space used by the local node. +## - EXISTS: check the existence of a cid in a node (local store). import std/[options] import chronos