We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9f00b commit 6c7a34fCopy full SHA for 6c7a34f
src/kernel/bitcoinkernel.h
@@ -48,6 +48,14 @@ extern "C" {
48
/**
49
* @page remarks Remarks
50
*
51
+ * @section purpose Purpose
52
+ *
53
+ * This header currently exposes an API for interacting with parts of Bitcoin
54
+ * Core's consensus code. Users can validate blocks, iterate the block index,
55
+ * read block and undo data from disk, and validate scripts. The header is
56
+ * unversioned and not stable yet. Users should expect breaking changes. It is
57
+ * also not yet included in releases of Bitcoin Core.
58
59
* @section context Context
60
61
* The library provides a built-in static constant kernel context. This static
0 commit comments