// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. //! @file node/mining_types.h is used externally by mining IPC clients, so it should //! only declare simple data definitions. //! //! Avoid declaring functions or classes with methods here unless they are //! header-only or provided by the util library. #ifndef BITCOIN_NODE_MINING_TYPES_H #define BITCOIN_NODE_MINING_TYPES_H #include #include #include #include #include