6 #ifndef IROHA_VOTE_MESSAGE_HPP 7 #define IROHA_VOTE_MESSAGE_HPP 24 std::shared_ptr<shared_model::interface::Signature>
signature;
31 return not(*
this == rhs);
47 #endif // IROHA_VOTE_MESSAGE_HPP std::string toString() const
Definition: vote_message.hpp:34
PrettyStringBuilder & init(const std::string &name)
Definition: string_builder.cpp:18
Definition: yac_hash_provider.hpp:30
std::string finalize()
Definition: string_builder.cpp:44
std::shared_ptr< shared_model::interface::Signature > signature
Definition: vote_message.hpp:24
Definition: string_builder.hpp:18
Definition: block_query.hpp:15
YacHash hash
Definition: vote_message.hpp:23
bool operator==(const VoteMessage &rhs) const
Definition: vote_message.hpp:26
Definition: vote_message.hpp:22
bool operator!=(const VoteMessage &rhs) const
Definition: vote_message.hpp:30
PrettyStringBuilder & appendNamed(const Name &name, const Value &value)
----—— Augmented appending functions. ----—— ///
Definition: string_builder.hpp:53