6 #ifndef IROHA_SHARED_MODEL_PLAIN_ACCOUNT_HPP 7 #define IROHA_SHARED_MODEL_PLAIN_ACCOUNT_HPP 40 #endif // IROHA_SHARED_MODEL_PLAIN_ACCOUNT_HPP Definition: account.hpp:20
const interface::types::JsonType & jsonData() const override
Definition: account.cpp:31
std::string DomainIdType
Iroha domain id type.
Definition: types.hpp:58
const interface::types::AccountIdType & accountId() const override
Definition: account.cpp:19
Account(const interface::types::AccountIdType &account_id, const interface::types::DomainIdType &domain_id, interface::types::QuorumType quorum, const interface::types::JsonType &json_data)
Definition: account.cpp:8
interface::types::QuorumType quorum() const override
Definition: account.cpp:27
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
Definition: account.hpp:16
Definition: command_executor.hpp:13
uint16_t QuorumType
Type of Quorum used in transaction and set quorum.
Definition: types.hpp:67
std::string JsonType
Type of JSON data.
Definition: types.hpp:79
const interface::types::DomainIdType & domainId() const override
Definition: account.cpp:23