6 #ifndef IROHA_PROTO_REMOVE_SIGNATORY_HPP 7 #define IROHA_PROTO_REMOVE_SIGNATORY_HPP 11 #include "commands.pb.h" 22 const std::string &
pubkey()
const override;
25 const iroha::protocol::RemoveSignatory &remove_signatory_;
31 #endif // IROHA_PROTO_REMOVE_SIGNATORY_HPP Definition: remove_signatory.hpp:18
const std::string & pubkey() const override
Definition: proto_remove_signatory.cpp:20
Definition: proto_remove_signatory.hpp:16
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
const interface::types::AccountIdType & accountId() const override
Definition: proto_remove_signatory.cpp:16
Definition: command_executor.hpp:12
RemoveSignatory(iroha::protocol::Command &command)
Definition: proto_remove_signatory.cpp:13