#include <memory>#include <utility>#include <vector>#include <unordered_map>#include "cryptography/hash.hpp"#include "interfaces/common_objects/types.hpp"

Go to the source code of this file.
Classes | |
| struct | iroha::validation::CommandError |
| struct | iroha::validation::TransactionError |
| struct | iroha::validation::VerifiedProposalAndErrors |
| Type of verified proposal and errors appeared in the process. More... | |
Namespaces | |
| shared_model | |
| shared_model::interface | |
| iroha | |
| iroha::validation | |
Typedefs | |
| using | iroha::validation::TransactionsErrors = std::vector< TransactionError > |
| Collection of transactions errors. More... | |