6 #ifndef IROHA_BLOCK_LOADER_HPP 7 #define IROHA_BLOCK_LOADER_HPP 26 std::shared_ptr<const shared_model::interface::Block>,
46 shared_model::interface::types::PublicKeyHexStringView
57 std::unique_ptr<shared_model::interface::Block>,
60 shared_model::interface::types::PublicKeyHexStringView peer_pubkey,
68 #endif // IROHA_BLOCK_LOADER_HPP uint64_t HeightType
Type of height (for Block, Proposal etc)
Definition: types.hpp:48
Definition: block_loader.hpp:17
Definition: result_fwd.hpp:27
Definition: block_loader.hpp:23
Definition: block_loader.hpp:36
Definition: block_query.hpp:15
virtual std::variant< iteration_complete, std::shared_ptr< const shared_model::interface::Block >, std::string > read()=0
virtual ~BlockReader()=default