Dash Core  0.12.2.1
P2P Digital Currency
CAddressIndexIteratorHeightKey Struct Reference

#include <validation.h>

Public Member Functions

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

Public Attributes

unsigned int type
 
uint160 hashBytes
 
int blockHeight
 

Detailed Description

Definition at line 548 of file validation.h.

Constructor & Destructor Documentation

◆ CAddressIndexIteratorHeightKey() [1/2]

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

Definition at line 569 of file validation.h.

◆ CAddressIndexIteratorHeightKey() [2/2]

CAddressIndexIteratorHeightKey::CAddressIndexIteratorHeightKey ( )
inline

Definition at line 575 of file validation.h.

Member Function Documentation

◆ GetSerializeSize()

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

Definition at line 553 of file validation.h.

◆ Serialize()

template<typename Stream >
void CAddressIndexIteratorHeightKey::Serialize ( Stream &  s,
int  nType,
int  nVersion 
) const
inline

Definition at line 557 of file validation.h.

◆ SetNull()

void CAddressIndexIteratorHeightKey::SetNull ( )
inline

Definition at line 579 of file validation.h.

Referenced by CAddressIndexIteratorHeightKey().

◆ Unserialize()

template<typename Stream >
void CAddressIndexIteratorHeightKey::Unserialize ( Stream &  s,
int  nType,
int  nVersion 
)
inline

Definition at line 563 of file validation.h.

Member Data Documentation

◆ blockHeight

int CAddressIndexIteratorHeightKey::blockHeight

Definition at line 551 of file validation.h.

Referenced by CAddressIndexIteratorHeightKey(), Serialize(), SetNull(), and Unserialize().

◆ hashBytes

uint160 CAddressIndexIteratorHeightKey::hashBytes

Definition at line 550 of file validation.h.

Referenced by CAddressIndexIteratorHeightKey(), Serialize(), SetNull(), and Unserialize().

◆ type

unsigned int CAddressIndexIteratorHeightKey::type

Definition at line 549 of file validation.h.

Referenced by CAddressIndexIteratorHeightKey(), Serialize(), SetNull(), and Unserialize().


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