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
9
#include "
multi_sig_transactions/mst_types.hpp
"
10
11
namespace
iroha
{
12
namespace
model {
16
class
PointerBatchHasher
{
17
public
:
18
size_t
operator()
(
const
DataType
&batch)
const
;
19
};
20
}
// namespace model
21
}
// namespace iroha
22
23
#endif // IROHA_HASH_HPP
iroha::model::PointerBatchHasher::operator()
size_t operator()(const DataType &batch) const
Definition:
hash.cpp:19
iroha::model::PointerBatchHasher
Definition:
hash.hpp:16
iroha
Definition:
block_query.hpp:15
iroha::DataType
BatchPtr DataType
Definition:
mst_types.hpp:41
mst_types.hpp
irohad
multi_sig_transactions
hash.hpp
Generated by
1.8.13