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