#include "create_account.hpp"


Public Member Functions | |
| bool | operator== (const Command &command) const override |
| CreateAccount () | |
| CreateAccount (const std::string &account_name, const std::string &domain_id, const pubkey_t &pubkey) | |
Public Member Functions inherited from iroha::model::Command | |
| virtual | ~Command ()=default |
| virtual bool | operator!= (const Command &rhs) const |
Public Attributes | |
| std::string | account_name |
| std::string | domain_id |
| pubkey_t | pubkey |
Command for creation of a new account in the system
|
inline |
|
inline |
|
overridevirtual |
Implements iroha::model::Command.
| std::string iroha::model::CreateAccount::account_name |
Account's user name
| std::string iroha::model::CreateAccount::domain_id |
Account's domain (full name)
| pubkey_t iroha::model::CreateAccount::pubkey |
Signatory of account