6#ifndef VERIBLOCK_POP_CPP_VBK_STORAGE_STORED_ALT_BLOCK_ADDON_HPP
7#define VERIBLOCK_POP_CPP_VBK_STORAGE_STORED_ALT_BLOCK_ADDON_HPP
9#include <veriblock/pop/blockchain/alt_block_addon.hpp>
10#include <veriblock/pop/serde.hpp>
11#include <veriblock/pop/uint.hpp>
16struct StoredAltBlockAddon {
17 using addon_t = AltBlockAddon;
18 using pop_state_t = PopState<AltEndorsement>;
20 StoredAltBlockAddon() =
default;
21 StoredAltBlockAddon(
const addon_t& other);
23 void toVbkEncoding(WriteStream& w)
const;
25 void toInmem(addon_t& to)
const;
27 std::string toPrettyString()
const;
31 std::vector<uint256> _atvids;
33 std::vector<uint256> _vtbids;
35 std::vector<uint96> _vbkblockids;
38 std::vector<uint256> endorsedByIds;
44 StoredAltBlockAddon& out,
45 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...