6 #ifndef IROHA_SHARED_MODEL_SET_QUORUM_HPP 7 #define IROHA_SHARED_MODEL_SET_QUORUM_HPP 29 std::string
toString()
const override;
36 #endif // IROHA_SHARED_MODEL_SET_QUORUM_HPP bool operator==(const ModelType &rhs) const override
Definition: set_quorum.cpp:19
Definition: set_quorum.hpp:18
SetQuorum ModelType
Definition: model_primitive.hpp:27
virtual const types::AccountIdType & accountId() const =0
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
virtual types::QuorumType newQuorum() const =0
Definition: model_primitive.hpp:22
Definition: command_executor.hpp:13
uint16_t QuorumType
Type of Quorum used in transaction and set quorum.
Definition: types.hpp:67
std::string toString() const override
Definition: set_quorum.cpp:11