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

#include <wallet.h>

Collaboration diagram for CTokenInfo:
[legend]

Public Member Functions

 CTokenInfo ()
 
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 strTokenName
 
std::string strTokenSymbol
 
uint8_t nDecimals
 
std::string strSenderAddress
 
int64_t nCreateTime
 
uint256 blockHash
 
int64_t blockNumber
 
 ADD_SERIALIZE_METHODS
 

Static Public Attributes

static const int CURRENT_VERSION =1
 

Detailed Description

Definition at line 1295 of file wallet.h.

Constructor & Destructor Documentation

CTokenInfo::CTokenInfo ( )
inline

Definition at line 1311 of file wallet.h.

Member Function Documentation

uint256 CTokenInfo::GetHash ( ) const

Definition at line 4543 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 CTokenInfo::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 1319 of file wallet.h.

void CTokenInfo::SetNull ( )
inline

Definition at line 1334 of file wallet.h.

Here is the call graph for this function:

Member Data Documentation

CTokenInfo::ADD_SERIALIZE_METHODS

Definition at line 1316 of file wallet.h.

uint256 CTokenInfo::blockHash

Definition at line 1308 of file wallet.h.

int64_t CTokenInfo::blockNumber

Definition at line 1309 of file wallet.h.

const int CTokenInfo::CURRENT_VERSION =1
static

Definition at line 1298 of file wallet.h.

int64_t CTokenInfo::nCreateTime

Definition at line 1307 of file wallet.h.

uint8_t CTokenInfo::nDecimals

Definition at line 1303 of file wallet.h.

int CTokenInfo::nVersion

Definition at line 1299 of file wallet.h.

std::string CTokenInfo::strContractAddress

Definition at line 1300 of file wallet.h.

std::string CTokenInfo::strSenderAddress

Definition at line 1304 of file wallet.h.

std::string CTokenInfo::strTokenName

Definition at line 1301 of file wallet.h.

std::string CTokenInfo::strTokenSymbol

Definition at line 1302 of file wallet.h.


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