We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec85dc commit 7bf2899Copy full SHA for 7bf2899
src/Nethermind/Nethermind.JsonRpc/Modules/Admin/IAdminRpcModule.cs
@@ -62,6 +62,12 @@ ResultWrapper<PeerInfo[]> admin_peers(
62
IsImplemented = false)]
63
ResultWrapper<bool> admin_setSolc();
64
65
+ [JsonRpcMethod(Description = "Runs full pruning if enabled.",
66
+ EdgeCaseHint = "",
67
+ ExampleResponse = "\"Starting\"",
68
+ IsImplemented = true)]
69
+ ResultWrapper<PruningStatus> admin_prune();
70
+
71
[JsonRpcMethod(Description = "True if state root for the block is available",
72
EdgeCaseHint = "",
73
ExampleResponse = "\"Starting\"",
0 commit comments