mining-types.h raw
1 // Copyright (c) 2024-present The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5 #ifndef BITCOIN_IPC_CAPNP_MINING_TYPES_H
6 #define BITCOIN_IPC_CAPNP_MINING_TYPES_H
7
8 #include <interfaces/mining.h>
9 #include <ipc/capnp/common.capnp.proxy-types.h>
10 #include <ipc/capnp/common-types.h>
11 #include <ipc/capnp/mining.capnp.proxy.h>
12 #include <node/miner.h>
13 #include <node/types.h>
14 #include <validation.h>
15
16 namespace mp {
17 // Custom serializations
18 } // namespace mp
19
20 #endif // BITCOIN_IPC_CAPNP_MINING_TYPES_H
21