Electroneum
CryptoNote::IWallet Member List

This is the complete list of members for CryptoNote::IWallet, including all inherited members.

actualBalance()=0CryptoNote::IWalletpure virtual
addObserver(IWalletObserver *observer)=0CryptoNote::IWalletpure virtual
cancelTransaction(size_t transferId)=0CryptoNote::IWalletpure virtual
changePassword(const std::string &oldPassword, const std::string &newPassword)=0CryptoNote::IWalletpure virtual
findTransactionByTransferId(TransferId transferId)=0CryptoNote::IWalletpure virtual
getAddress()=0CryptoNote::IWalletpure virtual
getTransaction(TransactionId transactionId, Transaction &transaction)=0CryptoNote::IWalletpure virtual
getTransactionCount()=0CryptoNote::IWalletpure virtual
getTransfer(TransferId transferId, Transfer &transfer)=0CryptoNote::IWalletpure virtual
getTransferCount()=0CryptoNote::IWalletpure virtual
initAndGenerate(const std::string &password)=0CryptoNote::IWalletpure virtual
initAndLoad(std::istream &source, const std::string &password)=0CryptoNote::IWalletpure virtual
pendingBalance()=0CryptoNote::IWalletpure virtual
removeObserver(IWalletObserver *observer)=0CryptoNote::IWalletpure virtual
save(std::ostream &destination, bool saveDetailed=true, bool saveCache=true)=0CryptoNote::IWalletpure virtual
sendTransaction(const Transfer &transfer, uint64_t fee, const std::string &extra="", uint64_t mixIn=0, uint64_t unlockTimestamp=0)=0CryptoNote::IWalletpure virtual
sendTransaction(const std::vector< Transfer > &transfers, uint64_t fee, const std::string &extra="", uint64_t mixIn=0, uint64_t unlockTimestamp=0)=0CryptoNote::IWalletpure virtual
shutdown()=0CryptoNote::IWalletpure virtual
~IWallet()=0CryptoNote::IWalletpure virtual