Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CMempoolAddressDeltaKey Struct Reference

#include <addressindex.h>

+ Collaboration diagram for CMempoolAddressDeltaKey:

Public Member Functions

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

Public Attributes

int type
 
uint160 addressBytes
 
uint256 txhash
 
unsigned int index
 
int spending
 

Detailed Description

Definition at line 34 of file addressindex.h.

Constructor & Destructor Documentation

◆ CMempoolAddressDeltaKey() [1/2]

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

Definition at line 42 of file addressindex.h.

References addressBytes, index, spending, txhash, and type.

◆ CMempoolAddressDeltaKey() [2/2]

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

Definition at line 50 of file addressindex.h.

References addressBytes, index, base_blob< BITS >::SetNull(), spending, txhash, and type.

Member Data Documentation

◆ addressBytes

uint160 CMempoolAddressDeltaKey::addressBytes

◆ index

unsigned int CMempoolAddressDeltaKey::index

◆ spending

int CMempoolAddressDeltaKey::spending

◆ txhash

uint256 CMempoolAddressDeltaKey::txhash

◆ type

int CMempoolAddressDeltaKey::type

The documentation for this struct was generated from the following file:
Released under the MIT license