6 #ifndef IROHA_PROTO_CREATE_ACCOUNT_HPP 7 #define IROHA_PROTO_CREATE_ACCOUNT_HPP 11 #include "commands.pb.h" 20 const std::string &
pubkey()
const override;
27 const iroha::protocol::CreateAccount &create_account_;
33 #endif // IROHA_PROTO_CREATE_ACCOUNT_HPP const interface::types::AccountNameType & accountName() const override
Definition: proto_create_account.cpp:20
std::string DomainIdType
Iroha domain id type.
Definition: types.hpp:56
const interface::types::DomainIdType & domainId() const override
Definition: proto_create_account.cpp:25
Definition: create_account.hpp:19
Definition: proto_create_account.hpp:16
std::string AccountNameType
Type of account name.
Definition: types.hpp:71
const std::string & pubkey() const override
Definition: proto_create_account.cpp:16
Definition: command_executor.hpp:12
CreateAccount(iroha::protocol::Command &command)
Definition: proto_create_account.cpp:13