IoTeX client
src
api
api.h
1
2
3
#ifndef API_H
4
#define API_H
5
6
#include "api/abstract.h"
7
#include "api/wallet/wallets.h"
8
9
namespace
iotex
10
{
11
class
Api
:
public
api::Abstract
12
{
13
public
:
14
api::Wallets
wallets;
15
16
Api
() : Abstract(), wallets(_host, *_http)
17
{
18
}
19
};
// class Api
20
21
}
// namespace iotex
22
23
#endif
iotex::Api
Definition:
api.h:12
iotex::api::Abstract
Definition:
abstract.h:12
iotex::api::Wallets
A class that represents the Wallets API.
Definition:
wallets.h:107
iotex
Definition:
abi.h:12
Generated by
1.9.2