Fabcoin Core
0.16.2
P2P Digital Currency
|
#include "AccountHolder.h"
#include <random>
#include <libdevcore/Guards.h>
#include <libethereum/Client.h>
#include <libethcore/KeyManager.h>
Go to the source code of this file.
Variables | |
vector< TransactionSkeleton > | g_emptyQueue |
vector<TransactionSkeleton> g_emptyQueue |
Definition at line 35 of file AccountHolder.cpp.