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

Classes

class  INodeObserver
class  INode
struct  Transfer
struct  Transaction
class  IWalletObserver
class  IWallet

Typedefs

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

Variables

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

Typedef Documentation

◆ TransacitonHash

typedef std::array<uint8_t, 32> CryptoNote::TransacitonHash

Definition at line 47 of file IWallet.h.

◆ TransactionId

typedef size_t CryptoNote::TransactionId

Definition at line 45 of file IWallet.h.

◆ TransferId

typedef size_t CryptoNote::TransferId

Definition at line 46 of file IWallet.h.

Variable Documentation

◆ INVALID_TRANSACTION_ID

const TransactionId CryptoNote::INVALID_TRANSACTION_ID = std::numeric_limits<TransactionId>::max()

Definition at line 54 of file IWallet.h.

◆ INVALID_TRANSFER_ID

const TransferId CryptoNote::INVALID_TRANSFER_ID = std::numeric_limits<TransferId>::max()

Definition at line 55 of file IWallet.h.

◆ UNCONFIRMED_TRANSACTION_HEIGHT

const uint64_t CryptoNote::UNCONFIRMED_TRANSACTION_HEIGHT = std::numeric_limits<uint64_t>::max()

Definition at line 56 of file IWallet.h.