6 #ifndef IROHA_PROTO_ADD_SIGNATORY_HPP 7 #define IROHA_PROTO_ADD_SIGNATORY_HPP 11 #include "commands.pb.h" 17 explicit AddSignatory(iroha::protocol::Command &command);
21 const std::string &
pubkey()
const override;
24 const iroha::protocol::AddSignatory &add_signatory_;
30 #endif // IROHA_PROTO_ADD_SIGNATORY_HPP Definition: add_signatory.hpp:19
const interface::types::AccountIdType & accountId() const override
Definition: proto_add_signatory.cpp:16
AddSignatory(iroha::protocol::Command &command)
Definition: proto_add_signatory.cpp:13
const std::string & pubkey() const override
Definition: proto_add_signatory.cpp:20
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
Definition: command_executor.hpp:12
Definition: proto_add_signatory.hpp:15