Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CAddressIndexIteratorHeightKey Struct Reference

#include <addressindex.h>

Collaboration diagram for CAddressIndexIteratorHeightKey:
[legend]

Public Member Functions

size_t GetSerializeSize () const
 
template<typename Stream >
void Serialize (Stream &s) const
 
template<typename Stream >
void Unserialize (Stream &s)
 
 CAddressIndexIteratorHeightKey (unsigned int addressType, uint160 addressHash, int height)
 
 CAddressIndexIteratorHeightKey (unsigned int addressType, uint160 addressHash, std::string assetName, int height)
 
 CAddressIndexIteratorHeightKey ()
 
void SetNull ()
 

Public Attributes

unsigned int type
 
uint160 hashBytes
 
std::string asset
 
int blockHeight
 

Detailed Description

Definition at line 263 of file addressindex.h.

Constructor & Destructor Documentation

◆ CAddressIndexIteratorHeightKey() [1/3]

CAddressIndexIteratorHeightKey::CAddressIndexIteratorHeightKey ( unsigned int  addressType,
uint160  addressHash,
int  height 
)
inline

Definition at line 287 of file addressindex.h.

◆ CAddressIndexIteratorHeightKey() [2/3]

CAddressIndexIteratorHeightKey::CAddressIndexIteratorHeightKey ( unsigned int  addressType,
uint160  addressHash,
std::string  assetName,
int  height 
)
inline

Definition at line 294 of file addressindex.h.

◆ CAddressIndexIteratorHeightKey() [3/3]

CAddressIndexIteratorHeightKey::CAddressIndexIteratorHeightKey ( )
inline

Definition at line 301 of file addressindex.h.

Here is the call graph for this function:

Member Function Documentation

◆ GetSerializeSize()

size_t CAddressIndexIteratorHeightKey::GetSerializeSize ( ) const
inline

Definition at line 269 of file addressindex.h.

◆ Serialize()

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

Definition at line 273 of file addressindex.h.

Here is the call graph for this function:

◆ SetNull()

void CAddressIndexIteratorHeightKey::SetNull ( )
inline

Definition at line 305 of file addressindex.h.

Here is the call graph for this function:

◆ Unserialize()

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

Definition at line 280 of file addressindex.h.

Here is the call graph for this function:

Member Data Documentation

◆ asset

std::string CAddressIndexIteratorHeightKey::asset

Definition at line 266 of file addressindex.h.

◆ blockHeight

int CAddressIndexIteratorHeightKey::blockHeight

Definition at line 267 of file addressindex.h.

◆ hashBytes

uint160 CAddressIndexIteratorHeightKey::hashBytes

Definition at line 265 of file addressindex.h.

◆ type

unsigned int CAddressIndexIteratorHeightKey::type

Definition at line 264 of file addressindex.h.


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