hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
get_account_detail.hpp
Go to the documentation of this file.
1
6
#ifndef IROHA_GET_ACCOUNT_DETAIL_HPP
7
#define IROHA_GET_ACCOUNT_DETAIL_HPP
8
9
#include <string>
10
#include "
model/query.hpp
"
11
12
namespace
iroha
{
13
namespace
model {
17
struct
GetAccountDetail
:
Query
{
18
std::string
account_id
{};
19
};
20
}
// namespace model
21
}
// namespace iroha
22
#endif // IROHA_GET_ACCOUNT_DETAIL_HPP
iroha
Definition:
block_query.hpp:15
iroha::model::GetAccountDetail
Definition:
get_account_detail.hpp:17
iroha::model::GetAccountDetail::account_id
std::string account_id
Definition:
get_account_detail.hpp:18
query.hpp
iroha::model::Query
Definition:
query.hpp:20
irohad
model
queries
get_account_detail.hpp
Generated by
1.8.13