#include "query_generator.hpp"
|
| std::shared_ptr< GetAccount > | generateGetAccount (ts64_t timestamp, std::string creator, uint64_t query_counter, std::string account_id) |
| |
| std::shared_ptr< GetAccountAssets > | generateGetAccountAssets (ts64_t timestamp, std::string creator, uint64_t query_counter, std::string account_id, std::string asset_id) |
| |
| std::shared_ptr< GetAccountDetail > | generateGetAccountDetail (ts64_t timestamp, std::string creator, uint64_t query_counter, std::string account_id, std::string creator_account_id) |
| |
| std::shared_ptr< GetSignatories > | generateGetSignatories (ts64_t timestamp, std::string creator, uint64_t query_counter, std::string account_id) |
| |
| std::shared_ptr< GetAccountTransactions > | generateGetAccountTransactions (ts64_t timestamp, std::string creator, uint64_t query_counter, std::string account_id) |
| |
| std::shared_ptr< GetAccountAssetTransactions > | generateGetAccountAssetTransactions (ts64_t timestamp, std::string creator, uint64_t query_counter, std::string account_id, std::string asset_id) |
| |
| std::shared_ptr< GetTransactions > | generateGetTransactions (ts64_t timestamp, const std::string &creator, uint64_t query_counter, const std::vector< iroha::hash256_t > &tx_hashes) |
| |
| std::shared_ptr< GetAssetInfo > | generateGetAssetInfo () |
| |
| std::shared_ptr< GetRoles > | generateGetRoles () |
| |
| std::shared_ptr< GetRolePermissions > | generateGetRolePermissions () |
| |
| void | setQueryMetaData (std::shared_ptr< Query > query, ts64_t timestamp, std::string creator, uint64_t query_counter) |
| |
◆ generateGetAccount()
| std::shared_ptr< GetAccount > iroha::model::generators::QueryGenerator::generateGetAccount |
( |
ts64_t |
timestamp, |
|
|
std::string |
creator, |
|
|
uint64_t |
query_counter, |
|
|
std::string |
account_id |
|
) |
| |
◆ generateGetAccountAssets()
| std::shared_ptr< GetAccountAssets > iroha::model::generators::QueryGenerator::generateGetAccountAssets |
( |
ts64_t |
timestamp, |
|
|
std::string |
creator, |
|
|
uint64_t |
query_counter, |
|
|
std::string |
account_id, |
|
|
std::string |
asset_id |
|
) |
| |
◆ generateGetAccountAssetTransactions()
| std::shared_ptr< GetAccountAssetTransactions > iroha::model::generators::QueryGenerator::generateGetAccountAssetTransactions |
( |
ts64_t |
timestamp, |
|
|
std::string |
creator, |
|
|
uint64_t |
query_counter, |
|
|
std::string |
account_id, |
|
|
std::string |
asset_id |
|
) |
| |
◆ generateGetAccountDetail()
| std::shared_ptr< GetAccountDetail > iroha::model::generators::QueryGenerator::generateGetAccountDetail |
( |
ts64_t |
timestamp, |
|
|
std::string |
creator, |
|
|
uint64_t |
query_counter, |
|
|
std::string |
account_id, |
|
|
std::string |
creator_account_id |
|
) |
| |
◆ generateGetAccountTransactions()
| std::shared_ptr< GetAccountTransactions > iroha::model::generators::QueryGenerator::generateGetAccountTransactions |
( |
ts64_t |
timestamp, |
|
|
std::string |
creator, |
|
|
uint64_t |
query_counter, |
|
|
std::string |
account_id |
|
) |
| |
◆ generateGetAssetInfo()
| std::shared_ptr< GetAssetInfo > iroha::model::generators::QueryGenerator::generateGetAssetInfo |
( |
| ) |
|
◆ generateGetRolePermissions()
| std::shared_ptr< GetRolePermissions > iroha::model::generators::QueryGenerator::generateGetRolePermissions |
( |
| ) |
|
◆ generateGetRoles()
| std::shared_ptr< GetRoles > iroha::model::generators::QueryGenerator::generateGetRoles |
( |
| ) |
|
◆ generateGetSignatories()
| std::shared_ptr< GetSignatories > iroha::model::generators::QueryGenerator::generateGetSignatories |
( |
ts64_t |
timestamp, |
|
|
std::string |
creator, |
|
|
uint64_t |
query_counter, |
|
|
std::string |
account_id |
|
) |
| |
◆ generateGetTransactions()
| std::shared_ptr< GetTransactions > iroha::model::generators::QueryGenerator::generateGetTransactions |
( |
ts64_t |
timestamp, |
|
|
const std::string & |
creator, |
|
|
uint64_t |
query_counter, |
|
|
const std::vector< iroha::hash256_t > & |
tx_hashes |
|
) |
| |
◆ setQueryMetaData()
| void iroha::model::generators::QueryGenerator::setQueryMetaData |
( |
std::shared_ptr< Query > |
query, |
|
|
ts64_t |
timestamp, |
|
|
std::string |
creator, |
|
|
uint64_t |
query_counter |
|
) |
| |
The documentation for this class was generated from the following files: