Dash Core  0.12.2.1
P2P Digital Currency
CSpentIndexKey Struct Reference

#include <spentindex.h>

Public Member Functions

template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 
 CSpentIndexKey (uint256 t, unsigned int i)
 
 CSpentIndexKey ()
 
void SetNull ()
 

Public Attributes

uint256 txid
 
unsigned int outputIndex
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 12 of file spentindex.h.

Constructor & Destructor Documentation

◆ CSpentIndexKey() [1/2]

CSpentIndexKey::CSpentIndexKey ( uint256  t,
unsigned int  i 
)
inline

Definition at line 24 of file spentindex.h.

◆ CSpentIndexKey() [2/2]

CSpentIndexKey::CSpentIndexKey ( )
inline

Definition at line 29 of file spentindex.h.

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void CSpentIndexKey::SerializationOp ( Stream &  s,
Operation  ser_action,
int  nType,
int  nVersion 
)
inline

Definition at line 19 of file spentindex.h.

◆ SetNull()

void CSpentIndexKey::SetNull ( )
inline

Definition at line 33 of file spentindex.h.

Referenced by CSpentIndexKey().

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CSpentIndexKey::ADD_SERIALIZE_METHODS

Definition at line 16 of file spentindex.h.

◆ outputIndex

unsigned int CSpentIndexKey::outputIndex

◆ txid

uint256 CSpentIndexKey::txid

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