Electroneum
IWallet.h File Reference
#include <array>
#include <cstdint>
#include <istream>
#include <limits>
#include <ostream>
#include <string>
#include <system_error>
#include <vector>
Include dependency graph for IWallet.h:

Go to the source code of this file.

Classes

struct  CryptoNote::Transfer
 
struct  CryptoNote::Transaction
 
class  CryptoNote::IWalletObserver
 
class  CryptoNote::IWallet
 

Namespaces

 CryptoNote
 

Typedefs

typedef size_t CryptoNote::TransactionId
 
typedef size_t CryptoNote::TransferId
 
typedef std::array< uint8_t, 32 > CryptoNote::TransacitonHash
 

Variables

const TransactionId CryptoNote::INVALID_TRANSACTION_ID = std::numeric_limits<TransactionId>::max()
 
const TransferId CryptoNote::INVALID_TRANSFER_ID = std::numeric_limits<TransferId>::max()
 
const uint64_t CryptoNote::UNCONFIRMED_TRANSACTION_HEIGHT = std::numeric_limits<uint64_t>::max()