hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
consensus_block_cache.hpp
Go to the documentation of this file.
1
6
#ifndef IROHA_CONSENSUS_BLOCK_CACHE_HPP
7
#define IROHA_CONSENSUS_BLOCK_CACHE_HPP
8
9
#include "
cache/single_pointer_cache.hpp
"
10
11
namespace
shared_model
{
12
namespace
interface {
13
class
Block;
14
}
15
}
// namespace shared_model
16
17
namespace
iroha
{
18
namespace
consensus {
19
23
using
ConsensusResult
=
shared_model::interface::Block
;
24
28
using
ConsensusResultCache
=
cache::SinglePointerCache<ConsensusResult>
;
29
30
}
// namespace consensus
31
}
// namespace iroha
32
33
#endif // IROHA_CONSENSUS_BLOCK_CACHE_HPP
iroha::cache::SinglePointerCache
Definition:
single_pointer_cache.hpp:20
shared_model::interface::Block
Definition:
block.hpp:16
iroha
Definition:
block_query.hpp:15
single_pointer_cache.hpp
shared_model
Definition:
command_executor.hpp:12
irohad
consensus
consensus_block_cache.hpp
Generated by
1.8.13