Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
TransactionRecord Class Reference

UI model for a transaction. More...

#include <transactionrecord.h>

Collaboration diagram for TransactionRecord:
Collaboration graph
[legend]

Public Types

enum  Type {
  Other, Generated, SendToAddress, SendToOther,
  RecvWithAddress, RecvFromOther, SendToSelf
}
 

Public Member Functions

 TransactionRecord ()
 
 TransactionRecord (uint256 hash, int64 time)
 
 TransactionRecord (uint256 hash, int64 time, Type type, const std::string &address, int64 debit, int64 credit)
 
std::string getTxID ()
 Return the unique identifier for this transaction (part) More...
 
void updateStatus (const CWalletTx &wtx)
 Update status from core wallet tx. More...
 
bool statusUpdateNeeded ()
 Return whether a status update is needed. More...
 

Static Public Member Functions

static bool showTransaction (const CWalletTx &wtx)
 Decompose CWallet transaction to model transaction records. More...
 
static QList< TransactionRecorddecomposeTransaction (const CWallet *wallet, const CWalletTx &wtx)
 

Public Attributes

int idx
 Subtransaction index, for sort key. More...
 
TransactionStatus status
 Status: can change with block chain update. More...
 
Immutable transaction attributes
uint256 hash
 
int64 time
 
Type type
 
std::string address
 
int64 debit
 
int64 credit
 

Static Public Attributes

static const int NumConfirmations = 6
 Number of confirmation needed for transaction. More...
 

Detailed Description

UI model for a transaction.

A core transaction can be represented by multiple UI transactions if it has multiple outputs.

Definition at line 62 of file transactionrecord.h.

Member Enumeration Documentation

Enumerator
Other 
Generated 
SendToAddress 
SendToOther 
RecvWithAddress 
RecvFromOther 
SendToSelf 

Definition at line 65 of file transactionrecord.h.

Constructor & Destructor Documentation

TransactionRecord::TransactionRecord ( )
inline

Definition at line 79 of file transactionrecord.h.

TransactionRecord::TransactionRecord ( uint256  hash,
int64  time 
)
inline

Definition at line 84 of file transactionrecord.h.

TransactionRecord::TransactionRecord ( uint256  hash,
int64  time,
Type  type,
const std::string &  address,
int64  debit,
int64  credit 
)
inline

Definition at line 90 of file transactionrecord.h.

Member Function Documentation

QList< TransactionRecord > TransactionRecord::decomposeTransaction ( const CWallet wallet,
const CWalletTx wtx 
)
static

Definition at line 24 of file transactionrecord.cpp.

std::string TransactionRecord::getTxID ( )

Return the unique identifier for this transaction (part)

Definition at line 227 of file transactionrecord.cpp.

bool TransactionRecord::showTransaction ( const CWalletTx wtx)
static

Decompose CWallet transaction to model transaction records.

Definition at line 8 of file transactionrecord.cpp.

bool TransactionRecord::statusUpdateNeeded ( )

Return whether a status update is needed.

Definition at line 222 of file transactionrecord.cpp.

void TransactionRecord::updateStatus ( const CWalletTx wtx)

Update status from core wallet tx.

Definition at line 145 of file transactionrecord.cpp.

Member Data Documentation

std::string TransactionRecord::address

Definition at line 108 of file transactionrecord.h.

int64 TransactionRecord::credit

Definition at line 110 of file transactionrecord.h.

int64 TransactionRecord::debit

Definition at line 109 of file transactionrecord.h.

uint256 TransactionRecord::hash

Definition at line 105 of file transactionrecord.h.

int TransactionRecord::idx

Subtransaction index, for sort key.

Definition at line 114 of file transactionrecord.h.

const int TransactionRecord::NumConfirmations = 6
static

Number of confirmation needed for transaction.

Definition at line 77 of file transactionrecord.h.

TransactionStatus TransactionRecord::status

Status: can change with block chain update.

Definition at line 117 of file transactionrecord.h.

int64 TransactionRecord::time

Definition at line 106 of file transactionrecord.h.

Type TransactionRecord::type

Definition at line 107 of file transactionrecord.h.


The documentation for this class was generated from the following files: