hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
utils.hpp File Reference
#include <string>
#include <vector>
#include <boost/range/adaptor/transformed.hpp>
#include <boost/range/any_range.hpp>
#include "interfaces/common_objects/types.hpp"
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 iroha
 
 iroha::validation
 

Functions

template<typename PublicKeys >
bool iroha::validation::signaturesSubset (const shared_model::interface::types::SignatureRangeType &signatures, const PublicKeys &public_keys)
 
template<typename Peers >
bool iroha::validation::peersSubset (const shared_model::interface::types::SignatureRangeType &signatures, const Peers &peers)