hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
hash.hpp
Go to the documentation of this file.
1 
6 #ifndef IROHA_HASH_HPP
7 #define IROHA_HASH_HPP
8 
10 
11 namespace iroha {
12  namespace model {
17  public:
18  size_t operator()(const DataType &batch) const;
19  };
20  } // namespace model
21 } // namespace iroha
22 
23 #endif // IROHA_HASH_HPP
size_t operator()(const DataType &batch) const
Definition: hash.cpp:19
Definition: hash.hpp:16
Definition: block_query.hpp:15
BatchPtr DataType
Definition: mst_types.hpp:41