Electroneum
Loading...
Searching...
No Matches
Electroneum Namespace Reference

Namespaces

namespace  Utils

Classes

struct  AddressBook
 The AddressBook - interface for Book. More...
class  AddressBookImpl
struct  AddressBookRow
 AddressBookRow - provides functions to manage address book. More...
struct  DeviceProgress
struct  MultisigState
class  optional
struct  PendingTransaction
 Transaction-like interface for sending etn. More...
class  PendingTransactionImpl
struct  Subaddress
struct  SubaddressAccount
class  SubaddressAccountImpl
struct  SubaddressAccountRow
class  SubaddressImpl
struct  SubaddressRow
struct  TransactionHistory
 The TransactionHistory - interface for displaying transaction history. More...
class  TransactionHistoryImpl
struct  TransactionInfo
 The TransactionInfo - interface for displaying transaction information. More...
class  TransactionInfoImpl
struct  UnsignedTransaction
 Transaction-like interface for sending etn. More...
class  UnsignedTransactionImpl
struct  Wallet
 Interface for wallet operations. TODO: check if /include/IWallet.h is still actual. More...
struct  Wallet2CallbackImpl
class  WalletImpl
struct  WalletListener
struct  WalletManager
 WalletManager - provides functions to manage wallets. More...
struct  WalletManagerFactory
class  WalletManagerImpl

Enumerations

enum  NetworkType : uint8_t { MAINNET = 0 , TESTNET , STAGENET }

Enumeration Type Documentation

◆ NetworkType

Enumerator
MAINNET 
TESTNET 
STAGENET 

Definition at line 45 of file wallet2_api.h.

45 : uint8_t {
46 MAINNET = 0,
47 TESTNET,
49};
unsigned char uint8_t
Definition stdint.h:124