Dash Core  0.12.2.1
P2P Digital Currency
CAddressUnspentKey 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)
 
 CAddressUnspentKey (unsigned int addressType, uint160 addressHash, uint256 txid, size_t indexValue)
 
 CAddressUnspentKey ()
 
void SetNull ()
 

Public Attributes

unsigned int type
 
uint160 hashBytes
 
uint256 txhash
 
size_t index
 

Detailed Description

Definition at line 374 of file validation.h.

Constructor & Destructor Documentation

◆ CAddressUnspentKey() [1/2]

CAddressUnspentKey::CAddressUnspentKey ( unsigned int  addressType,
uint160  addressHash,
uint256  txid,
size_t  indexValue 
)
inline

Definition at line 398 of file validation.h.

◆ CAddressUnspentKey() [2/2]

CAddressUnspentKey::CAddressUnspentKey ( )
inline

Definition at line 405 of file validation.h.

Member Function Documentation

◆ GetSerializeSize()

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

Definition at line 380 of file validation.h.

◆ Serialize()

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

Definition at line 384 of file validation.h.

◆ SetNull()

void CAddressUnspentKey::SetNull ( )
inline

Definition at line 409 of file validation.h.

Referenced by CAddressUnspentKey().

◆ Unserialize()

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

Definition at line 391 of file validation.h.

Member Data Documentation

◆ hashBytes

uint160 CAddressUnspentKey::hashBytes

Definition at line 376 of file validation.h.

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

◆ index

size_t CAddressUnspentKey::index

Definition at line 378 of file validation.h.

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

◆ txhash

uint256 CAddressUnspentKey::txhash

Definition at line 377 of file validation.h.

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

◆ type

unsigned int CAddressUnspentKey::type

Definition at line 375 of file validation.h.

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


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