![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#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 | |
Definition at line 417 of file validation.h.
|
inline |
Definition at line 431 of file validation.h.
|
inline |
Definition at line 437 of file validation.h.
|
inline |
Definition at line 447 of file validation.h.
|
inline |
Definition at line 425 of file validation.h.
|
inline |
Definition at line 441 of file validation.h.
Referenced by CAddressUnspentValue().
CAddressUnspentValue::ADD_SERIALIZE_METHODS |
Definition at line 422 of file validation.h.
int CAddressUnspentValue::blockHeight |
Definition at line 420 of file validation.h.
Referenced by CAddressUnspentValue(), SerializationOp(), and SetNull().
CAmount CAddressUnspentValue::satoshis |
Definition at line 418 of file validation.h.
Referenced by CAddressUnspentValue(), IsNull(), SerializationOp(), and SetNull().
CScript CAddressUnspentValue::script |
Definition at line 419 of file validation.h.
Referenced by CAddressUnspentValue(), SerializationOp(), and SetNull().