Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

+ Collaboration diagram for CCoin:

Public Member Functions

 CCoin ()
 
 CCoin (Coin &&in)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 

Public Attributes

uint32_t nHeight
 
CTxOut out
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 44 of file rest.cpp.

Constructor & Destructor Documentation

◆ CCoin() [1/2]

CCoin::CCoin ( )
inline

Definition at line 50 of file rest.cpp.

◆ CCoin() [2/2]

CCoin::CCoin ( Coin &&  in)
inlineexplicit

Definition at line 51 of file rest.cpp.

Member Function Documentation

◆ SerializationOp()

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

Definition at line 54 of file rest.cpp.

References nHeight, out, and READWRITE.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CCoin::ADD_SERIALIZE_METHODS

Definition at line 48 of file rest.cpp.

◆ nHeight

uint32_t CCoin::nHeight

Definition at line 45 of file rest.cpp.

Referenced by SerializationOp().

◆ out

CTxOut CCoin::out

Definition at line 46 of file rest.cpp.

Referenced by SerializationOp().


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