Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CSpentIndexKey Struct Reference

#include <spentindex.h>

+ Collaboration diagram for CSpentIndexKey:

Public Member Functions

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

Public Attributes

uint256 txid
 
unsigned int outputIndex
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 14 of file spentindex.h.

Constructor & Destructor Documentation

◆ CSpentIndexKey() [1/2]

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

Definition at line 26 of file spentindex.h.

References outputIndex, and txid.

◆ CSpentIndexKey() [2/2]

CSpentIndexKey::CSpentIndexKey ( )
inline

Definition at line 31 of file spentindex.h.

References SetNull().

Member Function Documentation

◆ SerializationOp()

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

Definition at line 21 of file spentindex.h.

References outputIndex, READWRITE, and txid.

◆ SetNull()

void CSpentIndexKey::SetNull ( )
inline

Definition at line 35 of file spentindex.h.

References outputIndex, base_blob< BITS >::SetNull(), and txid.

Referenced by CSpentIndexKey().

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CSpentIndexKey::ADD_SERIALIZE_METHODS

Definition at line 18 of file spentindex.h.

◆ outputIndex

unsigned int CSpentIndexKey::outputIndex

◆ txid

uint256 CSpentIndexKey::txid

The documentation for this struct was generated from the following file:
Released under the MIT license