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

#include <addressindex.h>

Collaboration diagram for CAddressUnspentValue:
[legend]

Public Member Functions

template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 
 CAddressUnspentValue (CAmount sats, CScript scriptPubKey, int height)
 
 CAddressUnspentValue ()
 
void SetNull ()
 
bool IsNull () const
 

Public Attributes

CAmount satoshis
 
CScript script
 
int blockHeight
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 71 of file addressindex.h.

Constructor & Destructor Documentation

◆ CAddressUnspentValue() [1/2]

CAddressUnspentValue::CAddressUnspentValue ( CAmount  sats,
CScript  scriptPubKey,
int  height 
)
inline

Definition at line 85 of file addressindex.h.

◆ CAddressUnspentValue() [2/2]

CAddressUnspentValue::CAddressUnspentValue ( )
inline

Definition at line 91 of file addressindex.h.

Here is the call graph for this function:

Member Function Documentation

◆ IsNull()

bool CAddressUnspentValue::IsNull ( ) const
inline

Definition at line 101 of file addressindex.h.

◆ SerializationOp()

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

Definition at line 79 of file addressindex.h.

◆ SetNull()

void CAddressUnspentValue::SetNull ( )
inline

Definition at line 95 of file addressindex.h.

Here is the call graph for this function:

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CAddressUnspentValue::ADD_SERIALIZE_METHODS

Definition at line 76 of file addressindex.h.

◆ blockHeight

int CAddressUnspentValue::blockHeight

Definition at line 74 of file addressindex.h.

◆ satoshis

CAmount CAddressUnspentValue::satoshis

Definition at line 72 of file addressindex.h.

◆ script

CScript CAddressUnspentValue::script

Definition at line 73 of file addressindex.h.


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