veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
commands.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 ALTINTEGRATION_COMMANDS_HPP
7
#define ALTINTEGRATION_COMMANDS_HPP
8
9
#include "addblock.hpp"
10
#include "addendorsement.hpp"
11
#include "addvtb.hpp"
12
#include "check_pubdata.hpp"
13
14
#endif
// ALTINTEGRATION_COMMANDS_HPP