6#ifndef VERIBLOCK_POP_CPP_VBK_STORAGE_STORED_VBK_BLOCK_ADDON_HPP
7#define VERIBLOCK_POP_CPP_VBK_STORAGE_STORED_VBK_BLOCK_ADDON_HPP
9#include <veriblock/pop/blockchain/vbk_block_addon.hpp>
10#include <veriblock/pop/serde.hpp>
11#include <veriblock/pop/uint.hpp>
16struct StoredVbkBlockAddon {
17 using addon_t = VbkBlockAddon;
18 using pop_state_t = PopState<VbkEndorsement>;
20 StoredVbkBlockAddon() =
default;
21 StoredVbkBlockAddon(
const addon_t& other);
23 void toVbkEncoding(WriteStream& w)
const;
25 void toInmem(addon_t& to)
const;
27 std::string toPrettyString()
const;
30 uint32_t _refCount = 0;
32 std::vector<uint256> _vtbids;
35 std::vector<uint256> blockOfProofEndorsementIds;
38 std::vector<uint256> endorsedByIds;
44 StoredVbkBlockAddon& 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...