Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CAssetCacheNewAsset Struct Reference

THESE ARE ONLY TO BE USED WHEN ADDING THINGS TO THE CACHE DURING CONNECT AND DISCONNECT BLOCK. More...

#include <assettypes.h>

Collaboration diagram for CAssetCacheNewAsset:
[legend]

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CAssetCacheNewAsset()

CAssetCacheNewAsset::CAssetCacheNewAsset ( const CNewAsset asset,
const std::string &  address,
const int &  blockHeight,
const uint256 blockHash 
)
inline

Definition at line 342 of file assettypes.h.

Member Function Documentation

◆ operator<()

bool CAssetCacheNewAsset::operator< ( const CAssetCacheNewAsset rhs) const
inline

Definition at line 350 of file assettypes.h.

Member Data Documentation

◆ address

std::string CAssetCacheNewAsset::address

Definition at line 338 of file assettypes.h.

◆ asset

CNewAsset CAssetCacheNewAsset::asset

Definition at line 337 of file assettypes.h.

◆ blockHash

uint256 CAssetCacheNewAsset::blockHash

Definition at line 339 of file assettypes.h.

◆ blockHeight

int CAssetCacheNewAsset::blockHeight

Definition at line 340 of file assettypes.h.


The documentation for this struct was generated from the following file: