6 #ifndef IROHA_PROTO_SET_QUORUM_HPP 7 #define IROHA_PROTO_SET_QUORUM_HPP 11 #include "commands.pb.h" 17 explicit SetQuorum(iroha::protocol::Command &command);
24 const iroha::protocol::SetAccountQuorum &set_account_quorum_;
30 #endif // IROHA_PROTO_SET_QUORUM_HPP Definition: set_quorum.hpp:18
const interface::types::AccountIdType & accountId() const override
Definition: proto_set_quorum.cpp:14
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
interface::types::QuorumType newQuorum() const override
Definition: proto_set_quorum.cpp:18
SetQuorum(iroha::protocol::Command &command)
Definition: proto_set_quorum.cpp:11
Definition: proto_set_quorum.hpp:15
Definition: command_executor.hpp:13
uint16_t QuorumType
Type of Quorum used in transaction and set quorum.
Definition: types.hpp:67