6 #ifndef IROHA_SHARED_MODEL_SIGNATORIES_RESPONSE_HPP 7 #define IROHA_SHARED_MODEL_SIGNATORIES_RESPONSE_HPP 25 std::string
toString()
const override;
31 #endif // IROHA_SHARED_MODEL_SIGNATORIES_RESPONSE_HPP SignatoriesResponse ModelType
Definition: model_primitive.hpp:27
std::vector< std::string > PublicKeyCollectionType
Type of public keys' collection.
Definition: types.hpp:54
std::string toString() const override
Definition: signatories_response.cpp:13
virtual const types::PublicKeyCollectionType & keys() const =0
Definition: model_primitive.hpp:22
Definition: signatories_response.hpp:18
Definition: command_executor.hpp:13
bool operator==(const ModelType &rhs) const override
Definition: signatories_response.cpp:20