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