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
12
namespace
altintegration
{
13
15
extern
VbkBlock
GetRegTestVbkBlock
();
16
18
extern
BtcBlock
GetRegTestBtcBlock
();
19
20
}
// namespace altintegration
21
22
#endif
// VERIBLOCK_POP_CPP_BOOTSTRAPS_HPP
altintegration
Defines logging helpers.
Definition:
block.hpp:14
altintegration::GetRegTestBtcBlock
BtcBlock GetRegTestBtcBlock()
Getter for regtest BTC network genesis block.
altintegration::GetRegTestVbkBlock
VbkBlock GetRegTestVbkBlock()
Getter for regtest_progpow VBK network genesis block.
altintegration::BtcBlock
Bitcoin block.
Definition:
btcblock.hpp:41
altintegration::VbkBlock
Veriblock block.
Definition:
vbkblock.hpp:32