Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
CTokenTx Class Reference

#include <wallet.h>

Collaboration diagram for CTokenTx:
[legend]

Public Member Functions

 CTokenTx ()
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 
void SetNull ()
 
uint256 GetHash () const
 

Public Attributes

int nVersion
 
std::string strContractAddress
 
std::string strSenderAddress
 
std::string strReceiverAddress
 
uint256 nValue
 
uint256 transactionHash
 
int64_t nCreateTime
 
uint256 blockHash
 
int64_t blockNumber
 
std::string strLabel
 
 ADD_SERIALIZE_METHODS
 

Static Public Attributes

static const int CURRENT_VERSION =1
 

Detailed Description

Definition at line 1350 of file wallet.h.

Constructor & Destructor Documentation

CTokenTx::CTokenTx ( )
inline

Definition at line 1367 of file wallet.h.

Member Function Documentation

uint256 CTokenTx::GetHash ( ) const

Definition at line 4549 of file wallet.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename Stream , typename Operation >
void CTokenTx::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 1375 of file wallet.h.

void CTokenTx::SetNull ( )
inline

Definition at line 1391 of file wallet.h.

Here is the call graph for this function:

Member Data Documentation

CTokenTx::ADD_SERIALIZE_METHODS

Definition at line 1372 of file wallet.h.

uint256 CTokenTx::blockHash

Definition at line 1363 of file wallet.h.

int64_t CTokenTx::blockNumber

Definition at line 1364 of file wallet.h.

const int CTokenTx::CURRENT_VERSION =1
static

Definition at line 1353 of file wallet.h.

int64_t CTokenTx::nCreateTime

Definition at line 1362 of file wallet.h.

uint256 CTokenTx::nValue

Definition at line 1358 of file wallet.h.

int CTokenTx::nVersion

Definition at line 1354 of file wallet.h.

std::string CTokenTx::strContractAddress

Definition at line 1355 of file wallet.h.

std::string CTokenTx::strLabel

Definition at line 1365 of file wallet.h.

std::string CTokenTx::strReceiverAddress

Definition at line 1357 of file wallet.h.

std::string CTokenTx::strSenderAddress

Definition at line 1356 of file wallet.h.

uint256 CTokenTx::transactionHash

Definition at line 1359 of file wallet.h.


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