Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CHeightTxIndexKey Struct Reference

#include <validation.h>

Public Member Functions

size_t GetSerializeSize (int nType, int nVersion) const
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 
 CHeightTxIndexKey (unsigned int _height, dev::h160 _address)
 
 CHeightTxIndexKey ()
 
void SetNull ()
 

Public Attributes

unsigned int height
 
dev::h160 address
 

Detailed Description

Definition at line 410 of file validation.h.

Constructor & Destructor Documentation

CHeightTxIndexKey::CHeightTxIndexKey ( unsigned int  _height,
dev::h160  _address 
)
inline

Definition at line 430 of file validation.h.

CHeightTxIndexKey::CHeightTxIndexKey ( )
inline

Definition at line 435 of file validation.h.

Member Function Documentation

size_t CHeightTxIndexKey::GetSerializeSize ( int  nType,
int  nVersion 
) const
inline

Definition at line 414 of file validation.h.

template<typename Stream >
void CHeightTxIndexKey::Serialize ( Stream &  s) const
inline

Definition at line 418 of file validation.h.

Here is the call graph for this function:

void CHeightTxIndexKey::SetNull ( )
inline

Definition at line 439 of file validation.h.

Here is the call graph for this function:

template<typename Stream >
void CHeightTxIndexKey::Unserialize ( Stream &  s)
inline

Definition at line 423 of file validation.h.

Here is the call graph for this function:

Member Data Documentation

dev::h160 CHeightTxIndexKey::address

Definition at line 412 of file validation.h.

unsigned int CHeightTxIndexKey::height

Definition at line 411 of file validation.h.


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