![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <functional>#include <algorithm>#include <vector>#include <map>#include <chrono>#include <libdevcrypto/Common.h>#include <libethcore/CommonJS.h>#include <libethereum/Transaction.h>Go to the source code of this file.
Classes | |
| struct | dev::eth::TransactionNotification |
| class | dev::eth::AccountHolder |
| Manages real accounts (where we know the secret key) and proxy accounts (where transactions to be sent from these accounts are forwarded to a proxy on the other side). More... | |
| class | dev::eth::SimpleAccountHolder |
| class | dev::eth::FixedAccountHolder |
Namespaces | |
| dev | |
| Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by René Nyffenegger. | |
| dev::eth | |
Definition in file AccountHolder.h.
1.8.11