Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CCoin Struct Reference
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
Constructor & Destructor Documentation
◆ CCoin() [1/2]
◆ CCoin() [2/2]
Member Function Documentation
◆ SerializationOp()
template<typename Stream , typename Operation >
|
inline |
Member Data Documentation
◆ ADD_SERIALIZE_METHODS
◆ 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:
- src/rest.cpp

