Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <string>
#include <json/json.h>
#include <libdevcore/TransientDirectory.h>
#include <libethereum/BlockChain.h>
#include <libethereum/Block.h>
#include <libethashseal/GenesisInfo.h>
Go to the source code of this file.
Classes | |
class | dev::test::BlockChainLoader |
Should be used to load test blockchain from json file Loads the blockchain from json, creates temporary directory to store it, removes the directory on dealloc. More... | |
Namespaces | |
dev | |
Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
dev::test | |
Definition in file BlockChainLoader.h.