Monero
Loading...
Searching...
No Matches
wallet2_api.h File Reference
#include <string>
#include <vector>
#include <list>
#include <set>
#include <ctime>
#include <iostream>
#include <stdexcept>
#include <cstdint>
Include dependency graph for wallet2_api.h:
This graph shows which files directly or indirectly include this file:

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::DeviceProgress
struct  Monero::WalletListener
struct  Monero::Wallet
 Interface for wallet operations. More...
struct  Monero::WalletManager
 WalletManager - provides functions to manage wallets. More...
struct  Monero::WalletManagerFactory

Namespaces

namespace  Monero
namespace  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 ()