Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <memory>
#include <iostream>
#include <jsonrpccpp/server.h>
#include <jsonrpccpp/common/exception.h>
#include <libdevcrypto/Common.h>
#include "SessionManager.h"
#include "EthFace.h"
Go to the source code of this file.
Classes | |
class | dev::rpc::Eth |
JSON-RPC api implementation. More... | |
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
dev::eth | |
dev::shh | |
dev::rpc | |
Variables | |
const unsigned | dev::SensibleHttpThreads = 4 |
const unsigned | dev::SensibleHttpPort = 8545 |
Definition in file Eth.h.