Skip to content

Commit 2a728da

Browse files
committed
Add an empty hidden module in model
1 parent 87c72e7 commit 2a728da

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

types/src/model/hidden.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
mod blockchain;
1212
mod control;
1313
mod generating;
14+
mod hidden;
1415
mod mining;
1516
mod network;
1617
mod raw_transactions;

0 commit comments

Comments
 (0)