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