#include <addressindex.h>
|
size_t | GetSerializeSize () const |
|
template<typename Stream > |
void | Serialize (Stream &s) const |
|
template<typename Stream > |
void | Unserialize (Stream &s) |
|
| CAddressIndexKey (unsigned int addressType, uint160 addressHash, int height, int blockindex, uint256 txid, size_t indexValue, bool isSpending) |
|
| CAddressIndexKey (unsigned int addressType, uint160 addressHash, std::string assetName, int height, int blockindex, uint256 txid, size_t indexValue, bool isSpending) |
|
| CAddressIndexKey () |
|
void | SetNull () |
|
Definition at line 106 of file addressindex.h.
◆ CAddressIndexKey() [1/3]
CAddressIndexKey::CAddressIndexKey |
( |
unsigned int |
addressType, |
|
|
uint160 |
addressHash, |
|
|
int |
height, |
|
|
int |
blockindex, |
|
|
uint256 |
txid, |
|
|
size_t |
indexValue, |
|
|
bool |
isSpending |
|
) |
| |
|
inline |
◆ CAddressIndexKey() [2/3]
CAddressIndexKey::CAddressIndexKey |
( |
unsigned int |
addressType, |
|
|
uint160 |
addressHash, |
|
|
std::string |
assetName, |
|
|
int |
height, |
|
|
int |
blockindex, |
|
|
uint256 |
txid, |
|
|
size_t |
indexValue, |
|
|
bool |
isSpending |
|
) |
| |
|
inline |
◆ CAddressIndexKey() [3/3]
CAddressIndexKey::CAddressIndexKey |
( |
| ) |
|
|
inline |
◆ GetSerializeSize()
size_t CAddressIndexKey::GetSerializeSize |
( |
| ) |
const |
|
inline |
◆ Serialize()
template<typename Stream >
void CAddressIndexKey::Serialize |
( |
Stream & |
s | ) |
const |
|
inline |
◆ SetNull()
void CAddressIndexKey::SetNull |
( |
| ) |
|
|
inline |
◆ Unserialize()
template<typename Stream >
void CAddressIndexKey::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
◆ asset
std::string CAddressIndexKey::asset |
◆ blockHeight
int CAddressIndexKey::blockHeight |
◆ hashBytes
uint160 CAddressIndexKey::hashBytes |
◆ index
size_t CAddressIndexKey::index |
◆ spending
bool CAddressIndexKey::spending |
◆ txhash
◆ txindex
unsigned int CAddressIndexKey::txindex |
◆ type
unsigned int CAddressIndexKey::type |
The documentation for this struct was generated from the following file: