hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
domain.hpp
Go to the documentation of this file.
1
5
#ifndef IROHA_DOMAIN_HPP
6
#define IROHA_DOMAIN_HPP
7
8
#include <string>
9
10
namespace
iroha
{
11
namespace
model {
12
16
struct
Domain
{
20
std::string
domain_id
;
21
25
std::string
default_role
;
26
};
27
}
// namespace model
28
}
// namespace iroha
29
30
#endif // IROHA_DOMAIN_HPP
iroha::model::Domain::default_role
std::string default_role
Definition:
domain.hpp:25
iroha::model::Domain::domain_id
std::string domain_id
Definition:
domain.hpp:20
iroha
Definition:
block_query.hpp:15
iroha::model::Domain
Definition:
domain.hpp:16
irohad
model
domain.hpp
Generated by
1.8.13