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

#include <assettypes.h>

Public Member Functions

 CAssetCacheSpendAsset (const std::string &assetName, const std::string &address, const CAmount &nAmount)
 

Public Attributes

std::string assetName
 
std::string address
 
CAmount nAmount
 

Detailed Description

Definition at line 432 of file assettypes.h.

Constructor & Destructor Documentation

◆ CAssetCacheSpendAsset()

CAssetCacheSpendAsset::CAssetCacheSpendAsset ( const std::string &  assetName,
const std::string &  address,
const CAmount nAmount 
)
inline

Definition at line 438 of file assettypes.h.

Member Data Documentation

◆ address

std::string CAssetCacheSpendAsset::address

Definition at line 435 of file assettypes.h.

◆ assetName

std::string CAssetCacheSpendAsset::assetName

Definition at line 434 of file assettypes.h.

◆ nAmount

CAmount CAssetCacheSpendAsset::nAmount

Definition at line 436 of file assettypes.h.


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