veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
|
Definition at line 18 of file stored_block_index.hpp.
Public Types | |
using | block_t = Block |
using | height_t = typename block_t::height_t |
using | stored_addon_t = typename block_t::stored_addon_t |
Public Member Functions | |
bool | isDeleted () const |
void | toVbkEncoding (WriteStream &stream) const |
std::vector< uint8_t > | toVbkEncoding () const |
std::string | toPrettyString (size_t level=0) const |
Public Attributes | |
height_t | height = 0 |
height of the entry in the chain More... | |
std::shared_ptr< block_t > | header = std::make_shared<block_t>() |
block header More... | |
uint32_t | status = BLOCK_VALID_UNKNOWN |
contains status flags More... | |
stored_addon_t | addon |
using altintegration::StoredBlockIndex< Block >::block_t = Block |
Definition at line 19 of file stored_block_index.hpp.
using altintegration::StoredBlockIndex< Block >::height_t = typename block_t::height_t |
Definition at line 20 of file stored_block_index.hpp.
using altintegration::StoredBlockIndex< Block >::stored_addon_t = typename block_t::stored_addon_t |
Definition at line 21 of file stored_block_index.hpp.
|
inline |
Definition at line 25 of file stored_block_index.hpp.
|
inline |
Definition at line 41 of file stored_block_index.hpp.
|
inline |
Definition at line 35 of file stored_block_index.hpp.
|
inline |
Definition at line 27 of file stored_block_index.hpp.
stored_addon_t altintegration::StoredBlockIndex< Block >::addon |
Definition at line 62 of file stored_block_index.hpp.
std::shared_ptr<block_t> altintegration::StoredBlockIndex< Block >::header = std::make_shared<block_t>() |
Definition at line 57 of file stored_block_index.hpp.
height_t altintegration::StoredBlockIndex< Block >::height = 0 |
Definition at line 54 of file stored_block_index.hpp.
uint32_t altintegration::StoredBlockIndex< Block >::status = BLOCK_VALID_UNKNOWN |
Definition at line 60 of file stored_block_index.hpp.