hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
executor_common.hpp
Go to the documentation of this file.
1
6
#ifndef IROHA_AMETSUCHI_EXECUTOR_COMMON_HPP
7
#define IROHA_AMETSUCHI_EXECUTOR_COMMON_HPP
8
9
#include "
interfaces/common_objects/types.hpp
"
10
11
namespace
iroha
{
12
namespace
ametsuchi {
13
14
extern
const
std::string
kRootRolePermStr
;
15
16
shared_model::interface::types::DomainIdType
getDomainFromName
(
17
const
shared_model::interface::types::AccountIdType
&account_id);
18
19
}
// namespace ametsuchi
20
}
// namespace iroha
21
22
#endif // IROHA_AMETSUCHI_EXECUTOR_COMMON_HPP
shared_model::interface::types::DomainIdType
std::string DomainIdType
Iroha domain id type.
Definition:
types.hpp:56
types.hpp
iroha
Definition:
block_query.hpp:15
shared_model::interface::types::AccountIdType
std::string AccountIdType
Type of account id.
Definition:
types.hpp:38
iroha::ametsuchi::getDomainFromName
shared_model::interface::types::DomainIdType getDomainFromName(const shared_model::interface::types::AccountIdType &account_id)
Definition:
executor_common.cpp:20
iroha::ametsuchi::kRootRolePermStr
const std::string kRootRolePermStr
Definition:
executor_common.cpp:15
irohad
ametsuchi
impl
executor_common.hpp
Generated by
1.8.13