Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
spentindex.h
Go to the documentation of this file.
190 CAddressUnspentKey(unsigned int addressType, uint160 addressHash, uint256 txid, size_t indexValue) {
size_t GetSerializeSize(int nType, int nVersion) const
Definition: spentindex.h:137
CAddressIndexIteratorKey()
Definition: spentindex.h:330
Definition: spentindex.h:100
CTimestampIndexKey(unsigned int time, uint256 hash)
Definition: spentindex.h:151
CSpentIndexValue(uint256 t, unsigned int i, int h, CAmount s, int type, uint160 a)
Definition: spentindex.h:62
CAddressUnspentKey(unsigned int addressType, uint160 addressHash, uint256 txid, size_t indexValue)
Definition: spentindex.h:190
Definition: spentindex.h:166
CTimestampIndexIteratorKey()
Definition: spentindex.h:124
void SerializationOp(Stream &s, Operation ser_action)
Definition: spentindex.h:217
CAddressIndexIteratorHeightKey()
Definition: spentindex.h:367
Definition: spentindex.h:89
size_t GetSerializeSize(int nType, int nVersion) const
Definition: spentindex.h:108
void Serialize(Stream &s) const
Definition: spentindex.h:349
CAddressIndexIteratorHeightKey(unsigned int addressType, uint160 addressHash, int height)
Definition: spentindex.h:361
Definition: spentindex.h:244
std::map< CSpentIndexKey, CSpentIndexValue, CSpentIndexKeyCompare > mSpentInfo
Definition: spentindex.h:102
CTimestampIndexIteratorKey(unsigned int time)
Definition: spentindex.h:120
size_t GetSerializeSize(int nType, int nVersion) const
Definition: spentindex.h:253
bool operator()(const CSpentIndexKey &a, const CSpentIndexKey &b) const
Definition: spentindex.h:91
CAddressUnspentValue(CAmount sats, CScript scriptPubKey, int height)
Definition: spentindex.h:223
size_t GetSerializeSize(int nType, int nVersion) const
Definition: spentindex.h:311
void SerializationOp(Stream &s, Operation ser_action)
Definition: spentindex.h:21
Definition: spentindex.h:133
CAddressIndexIteratorKey(unsigned int addressType, uint160 addressHash)
Definition: spentindex.h:325
Definition: spentindex.h:42
size_t GetSerializeSize(int nType, int nVersion) const
Definition: spentindex.h:345
Definition: spentindex.h:340
Definition: spentindex.h:209
void SerializationOp(Stream &s, Operation ser_action)
Definition: spentindex.h:53
Definition: spentindex.h:14
Definition: spentindex.h:307
CAddressIndexKey(unsigned int addressType, uint160 addressHash, int height, int blockindex, uint256 txid, size_t indexValue, bool isSpending)
Definition: spentindex.h:280
Definition: spentindex.h:105
size_t GetSerializeSize(int nType, int nVersion) const
Definition: spentindex.h:172