veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
pop.hpp
1
// Copyright (c) 2019-2022 Xenios SEZC
2
// https://www.veriblock.org
3
// Distributed under the MIT software license, see the accompanying
4
// file LICENSE or http://www.opensource.org/licenses/mit-license.php.
5
6
#ifndef VERIBLOCK_POP_CPP_POP_HPP
7
#define VERIBLOCK_POP_CPP_POP_HPP
8
9
// this is a public header.
10
// this is the only header that should be included by clients.
11
// if something is missing, include it here.
12
13
#include "pop/json.hpp"
14
#include "pop/mock_miner.hpp"
15
#include "pop/pop_context.hpp"
16
#include "pop/storage.hpp"
17
18
#endif
// VERIBLOCK_POP_CPP_POP_HPP