|
Monero
|
#include <string>#include <vector>#include <list>#include <set>#include <ctime>#include <iostream>

Go to the source code of this file.
Classes | |
| class | Monero::optional< T > |
| struct | Monero::PendingTransaction |
| Transaction-like interface for sending money. More... | |
| struct | Monero::UnsignedTransaction |
| Transaction-like interface for sending money. More... | |
| struct | Monero::TransactionInfo |
| The TransactionInfo - interface for displaying transaction information. More... | |
| struct | Monero::TransactionInfo::Transfer |
| struct | Monero::TransactionHistory |
| The TransactionHistory - interface for displaying transaction history. More... | |
| struct | Monero::AddressBookRow |
| AddressBookRow - provides functions to manage address book. More... | |
| struct | Monero::AddressBook |
| The AddressBook - interface for Book. More... | |
| struct | Monero::SubaddressRow |
| struct | Monero::Subaddress |
| struct | Monero::SubaddressAccountRow |
| struct | Monero::SubaddressAccount |
| struct | Monero::MultisigState |
| struct | Monero::WalletListener |
| struct | Monero::Wallet |
| Interface for wallet operations. TODO: check if /include/IWallet.h is still actual. More... | |
| struct | Monero::WalletManager |
| WalletManager - provides functions to manage wallets. More... | |
| struct | Monero::WalletManagerFactory |
Namespaces | |
| Monero | |
| Monero::Utils | |
Enumerations | |
| enum | Monero::NetworkType : uint8_t { Monero::MAINNET = 0, Monero::TESTNET, Monero::STAGENET } |
Functions | |
| bool | Monero::Utils::isAddressLocal (const std::string &address) |
| void | Monero::Utils::onStartup () |
1.8.14