IoTeX client
IoTeXClient.h
1#ifndef IOTEX_CLIENT_H
2#define IOTEX_CLIENT_H
3
4#include "account/account.h"
5#include "api/wallet/wallets.h"
6#include "connection/connection.h"
7#include "contract/contract.h"
8#include "contract/xrc20Contract.h"
9#include "helpers/client_helper.h"
10#include "IoTeXConstants.h"
11#include "IoTeXResultCodes.h"
12#include "random/random.h"
13#include "storage/storage.h"
14
15using namespace iotex;
16using namespace iotex::api;
17using namespace iotex::abi;
18using namespace iotex::responsetypes;
19
20#endif
Definition: abi.h:12