ledger-core
ledger::core::EthereumLikeAccount Member List

This is the complete list of members for ledger::core::EthereumLikeAccount, including all inherited members.

_executionContext (defined in ledger::core::DedicatedContext)ledger::core::DedicatedContextprotected
AbstractAccount(const std::shared_ptr< AbstractWallet > &wallet, int32_t index) (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccount
addERC20Accounts(soci::session &sql, const std::vector< ERC20LikeAccountDatabaseEntry > &erc20Entries) (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
AddressList typedef (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccount
asBitcoinLikeAccount() overrideledger::core::AbstractAccountvirtual
asEthereumLikeAccount() overrideledger::core::EthereumLikeAccountvirtual
asRippleLikeAccount() overrideledger::core::AbstractAccountvirtual
asTezosLikeAccount() overrideledger::core::AbstractAccountvirtual
async(std::function< T()> f) (defined in ledger::core::DedicatedContext)ledger::core::DedicatedContextinline
async(std::function< T()> f) const (defined in ledger::core::DedicatedContext)ledger::core::DedicatedContextinline
broadcastRawTransaction(const std::vector< uint8_t > &transaction, const std::shared_ptr< api::StringCallback > &callback) override (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
ledger::core::api::EthereumLikeAccount::broadcastRawTransaction(const std::vector< uint8_t > &transaction, const std::shared_ptr< StringCallback > &callback)=0ledger::core::api::EthereumLikeAccountpure virtual
broadcastTransaction(const std::shared_ptr< api::EthereumLikeTransaction > &transaction, const std::shared_ptr< api::StringCallback > &callback) override (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
ledger::core::api::EthereumLikeAccount::broadcastTransaction(const std::shared_ptr< EthereumLikeTransaction > &transaction, const std::shared_ptr< StringCallback > &callback)=0ledger::core::api::EthereumLikeAccountpure virtual
buildTransaction() overrideledger::core::EthereumLikeAccountvirtual
DedicatedContext(const std::shared_ptr< api::ExecutionContext > &context) (defined in ledger::core::DedicatedContext)ledger::core::DedicatedContextinline
emitEventsNow() (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccount
emitNewBlockEvent(const Block &block) (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountprotected
emitNewOperationEvent(const Operation &operation) (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountprotected
eraseDataSince(const std::chrono::system_clock::time_point &date) override (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccountvirtual
eraseDataSince(const std::chrono::system_clock::time_point &date, const std::shared_ptr< api::ErrorCodeCallback > &callback) override (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccount
ledger::core::api::Account::eraseDataSince(const std::chrono::system_clock::time_point &date, const std::shared_ptr< ErrorCodeCallback > &callback)=0ledger::core::api::Accountpure virtual
EthereumLikeAccount(const std::shared_ptr< AbstractWallet > &wallet, int32_t index, const std::shared_ptr< EthereumLikeBlockchainExplorer > &explorer, const std::shared_ptr< EthereumLikeBlockchainObserver > &observer, const std::shared_ptr< EthereumLikeAccountSynchronizer > &synchronizer, const std::shared_ptr< EthereumLikeKeychain > &keychain) (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
EV_NEW_BLOCK_CURRENCY_NAMEledger::core::api::Accountstatic
EV_NEW_BLOCK_HASH (defined in ledger::core::api::Account)ledger::core::api::Accountstatic
EV_NEW_BLOCK_HEIGHT (defined in ledger::core::api::Account)ledger::core::api::Accountstatic
EV_NEW_OP_ACCOUNT_INDEX (defined in ledger::core::api::Account)ledger::core::api::Accountstatic
EV_NEW_OP_UID (defined in ledger::core::api::Account)ledger::core::api::Accountstatic
EV_NEW_OP_WALLET_NAMEledger::core::api::Accountstatic
EV_SYNC_DURATION_MSledger::core::api::Accountstatic
EV_SYNC_ERROR_CODEledger::core::api::Accountstatic
EV_SYNC_ERROR_CODE_INT (defined in ledger::core::api::Account)ledger::core::api::Accountstatic
EV_SYNC_ERROR_MESSAGEledger::core::api::Accountstatic
FLAG_TRANSACTION_CREATED_EXTERNAL_OPERATION (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccountstatic
FLAG_TRANSACTION_CREATED_RECEPTION_OPERATION (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccountstatic
FLAG_TRANSACTION_CREATED_SENDING_OPERATION (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccountstatic
FLAG_TRANSACTION_IGNORED (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccountstatic
getAccountUid() const (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
getBalance() override (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccountvirtual
getBalance(const std::shared_ptr< api::AmountCallback > &callback) override (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccount
ledger::core::api::Account::getBalance(const std::shared_ptr< AmountCallback > &callback)=0ledger::core::api::Accountpure virtual
getBalanceHistory(const std::string &start, const std::string &end, api::TimePeriod precision) override (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccountvirtual
getBalanceHistory(const std::string &start, const std::string &end, api::TimePeriod precision, const std::shared_ptr< api::AmountListCallback > &callback) override (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccount
ledger::core::api::Account::getBalanceHistory(const std::string &start, const std::string &end, TimePeriod period, const std::shared_ptr< AmountListCallback > &callback)=0ledger::core::api::Accountpure virtual
getContext() const (defined in ledger::core::DedicatedContext)ledger::core::DedicatedContextinline
getERC20Accounts() overrideledger::core::EthereumLikeAccountvirtual
getERC20Balance(const std::string &erc20Address) (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
getERC20Balance(const std::string &erc20Address, const std::shared_ptr< api::BigIntCallback > &callback) override (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
ledger::core::api::EthereumLikeAccount::getERC20Balance(const std::string &erc20Address, const std::shared_ptr< BigIntCallback > &callback)=0ledger::core::api::EthereumLikeAccountpure virtual
getERC20Balances(const std::vector< std::string > &erc20Addresses) (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
getERC20Balances(const std::vector< std::string > &erc20Addresses, const std::shared_ptr< api::BigIntListCallback > &callback) override (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
ledger::core::api::EthereumLikeAccount::getERC20Balances(const std::vector< std::string > &erc20Addresses, const std::shared_ptr< BigIntListCallback > &callback)=0ledger::core::api::EthereumLikeAccountpure virtual
getEstimatedGasLimit(const std::string &address, const std::shared_ptr< api::BigIntCallback > &callback) override (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
ledger::core::api::EthereumLikeAccount::getEstimatedGasLimit(const std::string &address, const std::shared_ptr< BigIntCallback > &callback)=0ledger::core::api::EthereumLikeAccountpure virtual
getETHLikeBlockchainExplorerTxFromRawTx(const std::shared_ptr< EthereumLikeAccount > &account, const std::string &txHash, const std::vector< uint8_t > &rawTx) (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccountstatic
getEventBus() overrideledger::core::AbstractAccountvirtual
getExternalPreferences() const (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
getFreshPublicAddresses() override (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccountvirtual
getFreshPublicAddresses(const std::shared_ptr< api::AddressListCallback > &callback) override (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccount
ledger::core::api::Account::getFreshPublicAddresses(const std::shared_ptr< AddressListCallback > &callback)=0ledger::core::api::Accountpure virtual
getGasPrice(const std::shared_ptr< api::BigIntCallback > &callback) override (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
ledger::core::api::EthereumLikeAccount::getGasPrice(const std::shared_ptr< BigIntCallback > &callback)=0ledger::core::api::EthereumLikeAccountpure virtual
getIndex() overrideledger::core::AbstractAccountvirtual
getInternalOperations(soci::session &sql)ledger::core::EthereumLikeAccount
getInternalPreferences() const (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
getKeychain() const (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
getLastBlock(const std::shared_ptr< api::BlockCallback > &callback) override (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccount
getLastBlock() (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccount
ledger::core::api::Account::getLastBlock(const std::shared_ptr< BlockCallback > &callback)=0ledger::core::api::Accountpure virtual
getLogger() overrideledger::core::AbstractAccountvirtual
getMainExecutionContext() const (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccount
getOperationExternalPreferences(const std::string &uid) (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
getOperationInternalPreferences(const std::string &uid) (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
getOperationPreferences(const std::string &uid) overrideledger::core::AbstractAccountvirtual
getPreferences() overrideledger::core::AbstractAccountvirtual
getRestoreKey() overrideledger::core::EthereumLikeAccountvirtual
getTransaction(const std::string &hash) (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
getWallet() const (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
getWallet() (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
getWalletType() overrideledger::core::AbstractAccountvirtual
inflateOperation(Operation &out, const std::shared_ptr< const AbstractWallet > &wallet, const EthereumLikeBlockchainExplorerTransaction &tx) (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
isInstanceOfBitcoinLikeAccount() overrideledger::core::AbstractAccountvirtual
isInstanceOfEthereumLikeAccount() overrideledger::core::AbstractAccountvirtual
isInstanceOfRippleLikeAccount() overrideledger::core::AbstractAccountvirtual
isObservingBlockchain() overrideledger::core::EthereumLikeAccountvirtual
isSynchronizing() overrideledger::core::EthereumLikeAccountvirtual
logger() const (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountvirtual
pushEvent(const std::shared_ptr< api::Event > &event) (defined in ledger::core::AbstractAccount)ledger::core::AbstractAccountprotected
putBlock(soci::session &sql, const EthereumLikeBlockchainExplorer::Block &block) (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
putTransaction(soci::session &sql, const EthereumLikeBlockchainExplorerTransaction &transaction) (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
queryOperations() overrideledger::core::EthereumLikeAccountvirtual
run(std::function< void()> f) (defined in ledger::core::DedicatedContext)ledger::core::DedicatedContextinline
startBlockchainObservation() overrideledger::core::EthereumLikeAccountvirtual
stopBlockchainObservation() overrideledger::core::EthereumLikeAccountvirtual
synchronize() overrideledger::core::EthereumLikeAccountvirtual
updateERC20Accounts(soci::session &sql, const Operation &operation) (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
updateERC20Operation(soci::session &sql, const Operation &operation, const ERC20Transaction &erc20Tx) (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
updateInternalTransactions(soci::session &sql, const Operation &operation) (defined in ledger::core::EthereumLikeAccount)ledger::core::EthereumLikeAccount
~Account() (defined in ledger::core::api::Account)ledger::core::api::Accountinlinevirtual
~EthereumLikeAccount() (defined in ledger::core::api::EthereumLikeAccount)ledger::core::api::EthereumLikeAccountinlinevirtual