Raven Core
3.0.0
P2P Digital Currency
|
THESE ARE ONLY TO BE USED WHEN ADDING THINGS TO THE CACHE DURING CONNECT AND DISCONNECT BLOCK. More...
#include <assettypes.h>
Public Member Functions | |
CAssetCacheNewAsset (const CNewAsset &asset, const std::string &address, const int &blockHeight, const uint256 &blockHash) | |
bool | operator< (const CAssetCacheNewAsset &rhs) const |
Public Attributes | |
CNewAsset | asset |
std::string | address |
uint256 | blockHash |
int | blockHeight |
THESE ARE ONLY TO BE USED WHEN ADDING THINGS TO THE CACHE DURING CONNECT AND DISCONNECT BLOCK.
Definition at line 335 of file assettypes.h.
|
inline |
Definition at line 342 of file assettypes.h.
|
inline |
Definition at line 350 of file assettypes.h.
std::string CAssetCacheNewAsset::address |
Definition at line 338 of file assettypes.h.
CNewAsset CAssetCacheNewAsset::asset |
Definition at line 337 of file assettypes.h.
uint256 CAssetCacheNewAsset::blockHash |
Definition at line 339 of file assettypes.h.
int CAssetCacheNewAsset::blockHeight |
Definition at line 340 of file assettypes.h.