Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Enumerations
AccountHolder.h File Reference
#include <functional>
#include <algorithm>
#include <vector>
#include <map>
#include <chrono>
#include <libdevcrypto/Common.h>
#include <libethcore/CommonJS.h>
#include <libethereum/Transaction.h>
Include dependency graph for AccountHolder.h:
This graph shows which files directly or indirectly include this file:

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
 

Enumerations

enum  dev::eth::TransactionRepercussion {
  dev::eth::TransactionRepercussion::Unknown, dev::eth::TransactionRepercussion::UnknownAccount, dev::eth::TransactionRepercussion::Locked, dev::eth::TransactionRepercussion::Refused,
  dev::eth::TransactionRepercussion::ProxySuccess, dev::eth::TransactionRepercussion::Success
}
 

Detailed Description

Authors
: Christian R c@eth.nosp@m.dev..nosp@m.com Lefteris Karapetsas lefte.nosp@m.ris@.nosp@m.ethde.nosp@m.v.co.nosp@m.m
Date
2015

Definition in file AccountHolder.h.