6#ifndef VERIBLOCK_POP_CPP_VBK_STORAGE_STORED_BTC_BLOCK_ADDON_HPP
7#define VERIBLOCK_POP_CPP_VBK_STORAGE_STORED_BTC_BLOCK_ADDON_HPP
9#include <veriblock/pop/blockchain/btc_block_addon.hpp>
10#include <veriblock/pop/serde.hpp>
11#include <veriblock/pop/uint.hpp>
16struct StoredBtcBlockAddon {
17 using addon_t = BtcBlockAddon;
18 using ref_height_t = int32_t;
20 StoredBtcBlockAddon() =
default;
21 StoredBtcBlockAddon(
const addon_t& other);
23 void toVbkEncoding(WriteStream& w)
const;
25 void toInmem(addon_t& to)
const;
27 std::string toPrettyString()
const;
40 std::vector<ref_height_t> refs{};
44 std::vector<uint256> blockOfProofEndorsementIds;
48 StoredBtcBlockAddon& out,
49 ValidationState& state);
bool DeserializeFromVbkEncoding(ReadStream &stream, AltBlockAddon &out, ValidationState &state)
This is an overloaded member function, provided for convenience. It differs from the above function o...