Namespaces | |
| interactive | |
Classes | |
| class | CliClient |
| struct | EnumTypeHash |
| class | GrpcResponseHandler |
| class | QueryResponseHandler |
| class | TransactionResponseHandler |
Enumerations | |
| enum | PrefixId { kAccountId, kAssetId, kAmount, kDomainId, kSignatories, kPrecision, kRoles, kJsonData, kCreatorId, kCreatedTime, kHash, kCommands, kDefault } |
Functions | |
| bool | validate_port (const char *, gflags::int32 port) |
| bool | validate_peers (const char *, const std::string &s) |
| bool | validate_config (const char *, const std::string &file) |
| bool | validate_genesis_block (const char *, const std::string &file) |
Variables | |
| const std::map< PrefixId, const char * > | prefix |
Copyright Soramitsu Co., Ltd. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
| enum iroha_cli::PrefixId |
| bool iroha_cli::validate_config | ( | const char * | , |
| const std::string & | file | ||
| ) |
| bool iroha_cli::validate_genesis_block | ( | const char * | , |
| const std::string & | file | ||
| ) |
| bool iroha_cli::validate_peers | ( | const char * | , |
| const std::string & | s | ||
| ) |
| bool iroha_cli::validate_port | ( | const char * | , |
| gflags::int32 | port | ||
| ) |
| const std::map<PrefixId, const char *> iroha_cli::prefix |