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

#include <spentindex.h>

Collaboration diagram for CSpentIndexValue:
[legend]

Public Member Functions

template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 
 CSpentIndexValue (uint256 t, unsigned int i, int h, CAmount s, int type, uint160 a)
 
 CSpentIndexValue ()
 
void SetNull ()
 
bool IsNull () const
 

Public Attributes

uint256 txid
 
unsigned int inputIndex
 
int blockHeight
 
CAmount satoshis
 
int addressType
 
uint160 addressHash
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 40 of file spentindex.h.

Constructor & Destructor Documentation

◆ CSpentIndexValue() [1/2]

CSpentIndexValue::CSpentIndexValue ( uint256  t,
unsigned int  i,
int  h,
CAmount  s,
int  type,
uint160  a 
)
inline

Definition at line 60 of file spentindex.h.

◆ CSpentIndexValue() [2/2]

CSpentIndexValue::CSpentIndexValue ( )
inline

Definition at line 69 of file spentindex.h.

Here is the call graph for this function:

Member Function Documentation

◆ IsNull()

bool CSpentIndexValue::IsNull ( ) const
inline

Definition at line 82 of file spentindex.h.

Here is the call graph for this function:

◆ SerializationOp()

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

Definition at line 51 of file spentindex.h.

◆ SetNull()

void CSpentIndexValue::SetNull ( )
inline

Definition at line 73 of file spentindex.h.

Here is the call graph for this function:

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CSpentIndexValue::ADD_SERIALIZE_METHODS

Definition at line 48 of file spentindex.h.

◆ addressHash

uint160 CSpentIndexValue::addressHash

Definition at line 46 of file spentindex.h.

◆ addressType

int CSpentIndexValue::addressType

Definition at line 45 of file spentindex.h.

◆ blockHeight

int CSpentIndexValue::blockHeight

Definition at line 43 of file spentindex.h.

◆ inputIndex

unsigned int CSpentIndexValue::inputIndex

Definition at line 42 of file spentindex.h.

◆ satoshis

CAmount CSpentIndexValue::satoshis

Definition at line 44 of file spentindex.h.

◆ txid

uint256 CSpentIndexValue::txid

Definition at line 41 of file spentindex.h.


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