veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
bootstraps.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_BOOTSTRAPS_HPP
7#define VERIBLOCK_POP_CPP_BOOTSTRAPS_HPP
8
9#include "entities/btcblock.hpp"
10#include "entities/vbkblock.hpp"
11
12namespace altintegration {
13
16
19
20} // namespace altintegration
21
22#endif // VERIBLOCK_POP_CPP_BOOTSTRAPS_HPP
Defines logging helpers.
Definition: block.hpp:14
BtcBlock GetRegTestBtcBlock()
Getter for regtest BTC network genesis block.
VbkBlock GetRegTestVbkBlock()
Getter for regtest_progpow VBK network genesis block.
Bitcoin block.
Definition: btcblock.hpp:41
Veriblock block.
Definition: vbkblock.hpp:32