Fabcoin Core  0.16.2
P2P Digital Currency
dev::eth::SimpleAccountHolder Member List

This is the complete list of members for dev::eth::SimpleAccountHolder, including all inherited members.

AccountHolder(std::function< Interface *()> const &_client)dev::eth::AccountHolderinlineexplicit
addProxyAccount(Address const &_account)dev::eth::AccountHolder
allAccounts() const dev::eth::AccountHolder
authenticate(dev::eth::TransactionSkeleton const &_t) overridedev::eth::SimpleAccountHoldervirtual
clearQueue(int _id)dev::eth::AccountHolder
defaultTransactAccount() const dev::eth::AccountHolder
isProxyAccount(Address const &_account) const dev::eth::AccountHolderinline
isRealAccount(Address const &_account) const dev::eth::AccountHolderinline
m_clientdev::eth::AccountHolderprotected
m_getAuthorisationdev::eth::SimpleAccountHolderprivate
m_getPassworddev::eth::SimpleAccountHolderprivate
m_keyManagerdev::eth::SimpleAccountHolderprivate
m_unlockedAccountsdev::eth::SimpleAccountHolderprivate
queuedTransactions(int _id) const dev::eth::AccountHolder
queueTransaction(eth::TransactionSkeleton const &_transaction)dev::eth::AccountHolder
realAccounts() const overridedev::eth::SimpleAccountHoldervirtual
removeProxyAccount(unsigned _id)dev::eth::AccountHolder
SimpleAccountHolder(std::function< Interface *()> const &_client, std::function< std::string(Address)> const &_getPassword, KeyManager &_keyman, std::function< bool(TransactionSkeleton const &, bool)> _getAuthorisation=std::function< bool(TransactionSkeleton const &, bool)>())dev::eth::SimpleAccountHolderinline
unlockAccount(Address const &_account, std::string const &_password, unsigned _duration) overridedev::eth::SimpleAccountHoldervirtual