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

#include <spentindex.h>

Collaboration diagram for CSpentIndexKey:
[legend]

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 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.

Here is the call graph for this function:

Member Function Documentation

◆ SerializationOp()

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

Definition at line 19 of file spentindex.h.

◆ SetNull()

void CSpentIndexKey::SetNull ( )
inline

Definition at line 33 of file spentindex.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CSpentIndexKey::ADD_SERIALIZE_METHODS

Definition at line 16 of file spentindex.h.

◆ outputIndex

unsigned int CSpentIndexKey::outputIndex

Definition at line 14 of file spentindex.h.

◆ txid

uint256 CSpentIndexKey::txid

Definition at line 13 of file spentindex.h.


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