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

#include <addressindex.h>

Collaboration diagram for CMempoolAddressDeltaKey:
[legend]

Public Member Functions

 CMempoolAddressDeltaKey (int addressType, uint160 addressHash, std::string assetName, uint256 hash, unsigned int i, int s)
 
 CMempoolAddressDeltaKey (int addressType, uint160 addressHash, uint256 hash, unsigned int i, int s)
 
 CMempoolAddressDeltaKey (int addressType, uint160 addressHash, std::string assetName)
 
 CMempoolAddressDeltaKey (int addressType, uint160 addressHash)
 

Public Attributes

int type
 
uint160 addressBytes
 
std::string asset
 
uint256 txhash
 
unsigned int index
 
int spending
 

Detailed Description

Definition at line 335 of file addressindex.h.

Constructor & Destructor Documentation

◆ CMempoolAddressDeltaKey() [1/4]

CMempoolAddressDeltaKey::CMempoolAddressDeltaKey ( int  addressType,
uint160  addressHash,
std::string  assetName,
uint256  hash,
unsigned int  i,
int  s 
)
inline

Definition at line 344 of file addressindex.h.

◆ CMempoolAddressDeltaKey() [2/4]

CMempoolAddressDeltaKey::CMempoolAddressDeltaKey ( int  addressType,
uint160  addressHash,
uint256  hash,
unsigned int  i,
int  s 
)
inline

Definition at line 354 of file addressindex.h.

◆ CMempoolAddressDeltaKey() [3/4]

CMempoolAddressDeltaKey::CMempoolAddressDeltaKey ( int  addressType,
uint160  addressHash,
std::string  assetName 
)
inline

Definition at line 363 of file addressindex.h.

Here is the call graph for this function:

◆ CMempoolAddressDeltaKey() [4/4]

CMempoolAddressDeltaKey::CMempoolAddressDeltaKey ( int  addressType,
uint160  addressHash 
)
inline

Definition at line 372 of file addressindex.h.

Here is the call graph for this function:

Member Data Documentation

◆ addressBytes

uint160 CMempoolAddressDeltaKey::addressBytes

Definition at line 338 of file addressindex.h.

◆ asset

std::string CMempoolAddressDeltaKey::asset

Definition at line 339 of file addressindex.h.

◆ index

unsigned int CMempoolAddressDeltaKey::index

Definition at line 341 of file addressindex.h.

◆ spending

int CMempoolAddressDeltaKey::spending

Definition at line 342 of file addressindex.h.

◆ txhash

uint256 CMempoolAddressDeltaKey::txhash

Definition at line 340 of file addressindex.h.

◆ type

int CMempoolAddressDeltaKey::type

Definition at line 337 of file addressindex.h.


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