Electroneum
CryptoNote::Transaction Struct Reference

#include <IWallet.h>

Collaboration diagram for CryptoNote::Transaction:

Public Attributes

TransferId firstTransferId
 
size_t transferCount
 
int64_t totalAmount
 
uint64_t fee
 
TransacitonHash hash
 
bool isCoinbase
 
uint64_t blockHeight
 
uint64_t timestamp
 
std::string extra
 

Detailed Description

Definition at line 58 of file IWallet.h.

Member Data Documentation

◆ blockHeight

uint64_t CryptoNote::Transaction::blockHeight

Definition at line 65 of file IWallet.h.

◆ extra

std::string CryptoNote::Transaction::extra

Definition at line 67 of file IWallet.h.

◆ fee

uint64_t CryptoNote::Transaction::fee

Definition at line 62 of file IWallet.h.

◆ firstTransferId

TransferId CryptoNote::Transaction::firstTransferId

Definition at line 59 of file IWallet.h.

◆ hash

TransacitonHash CryptoNote::Transaction::hash

Definition at line 63 of file IWallet.h.

◆ isCoinbase

bool CryptoNote::Transaction::isCoinbase

Definition at line 64 of file IWallet.h.

◆ timestamp

uint64_t CryptoNote::Transaction::timestamp

Definition at line 66 of file IWallet.h.

◆ totalAmount

int64_t CryptoNote::Transaction::totalAmount

Definition at line 61 of file IWallet.h.

◆ transferCount

size_t CryptoNote::Transaction::transferCount

Definition at line 60 of file IWallet.h.


The documentation for this struct was generated from the following file: