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

#include <assettypes.h>

Collaboration diagram for CAssetCacheReissueAsset:
[legend]

Public Member Functions

 CAssetCacheReissueAsset (const CReissueAsset &reissue, const std::string &address, const COutPoint &out, const int &blockHeight, const uint256 &blockHash)
 
bool operator< (const CAssetCacheReissueAsset &rhs) const
 

Public Attributes

CReissueAsset reissue
 
std::string address
 
COutPoint out
 
uint256 blockHash
 
int blockHeight
 

Detailed Description

Definition at line 356 of file assettypes.h.

Constructor & Destructor Documentation

◆ CAssetCacheReissueAsset()

CAssetCacheReissueAsset::CAssetCacheReissueAsset ( const CReissueAsset reissue,
const std::string &  address,
const COutPoint out,
const int &  blockHeight,
const uint256 blockHash 
)
inline

Definition at line 365 of file assettypes.h.

Here is the call graph for this function:

Member Function Documentation

◆ operator<()

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

Definition at line 374 of file assettypes.h.

Member Data Documentation

◆ address

std::string CAssetCacheReissueAsset::address

Definition at line 359 of file assettypes.h.

◆ blockHash

uint256 CAssetCacheReissueAsset::blockHash

Definition at line 361 of file assettypes.h.

◆ blockHeight

int CAssetCacheReissueAsset::blockHeight

Definition at line 362 of file assettypes.h.

◆ out

COutPoint CAssetCacheReissueAsset::out

Definition at line 360 of file assettypes.h.

◆ reissue

CReissueAsset CAssetCacheReissueAsset::reissue

Definition at line 358 of file assettypes.h.


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