#include "query_client.hpp"
◆ QuerySyncClient() [1/3]
| torii_utils::QuerySyncClient::QuerySyncClient |
( |
const std::string & |
ip, |
|
|
size_t |
port |
|
) |
| |
◆ QuerySyncClient() [2/3]
| torii_utils::QuerySyncClient::QuerySyncClient |
( |
const QuerySyncClient & |
rhs | ) |
|
◆ QuerySyncClient() [3/3]
◆ FetchCommits()
| std::vector< iroha::protocol::BlockQueryResponse > torii_utils::QuerySyncClient::FetchCommits |
( |
const iroha::protocol::BlocksQuery & |
blocks_query | ) |
const |
◆ Find()
| grpc::Status torii_utils::QuerySyncClient::Find |
( |
const iroha::protocol::Query & |
query, |
|
|
iroha::protocol::QueryResponse & |
response |
|
) |
| const |
requests query to a torii server and returns response (blocking, sync)
- Parameters
-
| query | - contains Query what clients request. |
| response | - QueryResponse that contains what clients want to get. |
- Returns
- grpc::Status
requests query to a torii server and returns response (blocking, sync)
- Parameters
-
- Returns
- grpc::Status
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following files: