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 87c72e7 commit 2a728daCopy full SHA for 2a728da
types/src/model/hidden.rs
@@ -0,0 +1,6 @@
1
+// SPDX-License-Identifier: CC0-1.0
2
+
3
+//! Types for methods that are `== Hidden ==` and not in the API docs of Bitcoin Core.
4
+//!
5
+//! These structs model the types returned by the JSON-RPC API but have concrete types
6
+//! and are not specific to a specific version of Bitcoin Core.
types/src/model/mod.rs
@@ -11,6 +11,7 @@
11
mod blockchain;
12
mod control;
13
mod generating;
14
+mod hidden;
15
mod mining;
16
mod network;
17
mod raw_transactions;
0 commit comments