Dash Core  0.12.2.1
P2P Digital Currency
CAddressUnspentValue Struct Reference

#include <validation.h>

Public Member Functions

template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 
 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 417 of file validation.h.

Constructor & Destructor Documentation

◆ CAddressUnspentValue() [1/2]

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

Definition at line 431 of file validation.h.

◆ CAddressUnspentValue() [2/2]

CAddressUnspentValue::CAddressUnspentValue ( )
inline

Definition at line 437 of file validation.h.

Member Function Documentation

◆ IsNull()

bool CAddressUnspentValue::IsNull ( ) const
inline

Definition at line 447 of file validation.h.

◆ SerializationOp()

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

Definition at line 425 of file validation.h.

◆ SetNull()

void CAddressUnspentValue::SetNull ( )
inline

Definition at line 441 of file validation.h.

Referenced by CAddressUnspentValue().

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CAddressUnspentValue::ADD_SERIALIZE_METHODS

Definition at line 422 of file validation.h.

◆ blockHeight

int CAddressUnspentValue::blockHeight

Definition at line 420 of file validation.h.

Referenced by CAddressUnspentValue(), SerializationOp(), and SetNull().

◆ satoshis

CAmount CAddressUnspentValue::satoshis

Definition at line 418 of file validation.h.

Referenced by CAddressUnspentValue(), IsNull(), SerializationOp(), and SetNull().

◆ script

CScript CAddressUnspentValue::script

Definition at line 419 of file validation.h.

Referenced by CAddressUnspentValue(), SerializationOp(), and SetNull().


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