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

#include <assettypes.h>

Public Member Functions

 CAssetCacheRestrictedAddress (const std::string &assetName, const std::string &address, const RestrictedType &type)
 
bool operator< (const CAssetCacheRestrictedAddress &rhs) const
 
uint256 GetHash ()
 

Public Attributes

std::string assetName
 
std::string address
 
RestrictedType type
 

Detailed Description

Definition at line 480 of file assettypes.h.

Constructor & Destructor Documentation

◆ CAssetCacheRestrictedAddress()

CAssetCacheRestrictedAddress::CAssetCacheRestrictedAddress ( const std::string &  assetName,
const std::string &  address,
const RestrictedType type 
)
inline

Definition at line 486 of file assettypes.h.

Member Function Documentation

◆ GetHash()

uint256 CAssetCacheRestrictedAddress::GetHash ( )

Definition at line 20 of file assettypes.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator<()

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

Definition at line 493 of file assettypes.h.

Member Data Documentation

◆ address

std::string CAssetCacheRestrictedAddress::address

Definition at line 483 of file assettypes.h.

◆ assetName

std::string CAssetCacheRestrictedAddress::assetName

Definition at line 482 of file assettypes.h.

◆ type

RestrictedType CAssetCacheRestrictedAddress::type

Definition at line 484 of file assettypes.h.


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