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

#include <addressindex.h>

Collaboration diagram for CMempoolAddressDelta:
[legend]

Public Member Functions

 CMempoolAddressDelta (int64_t t, CAmount a, uint256 hash, unsigned int out)
 
 CMempoolAddressDelta (int64_t t, CAmount a)
 

Public Attributes

int64_t time
 
CAmount amount
 
uint256 prevhash
 
unsigned int prevout
 

Detailed Description

Definition at line 313 of file addressindex.h.

Constructor & Destructor Documentation

◆ CMempoolAddressDelta() [1/2]

CMempoolAddressDelta::CMempoolAddressDelta ( int64_t  t,
CAmount  a,
uint256  hash,
unsigned int  out 
)
inline

Definition at line 320 of file addressindex.h.

◆ CMempoolAddressDelta() [2/2]

CMempoolAddressDelta::CMempoolAddressDelta ( int64_t  t,
CAmount  a 
)
inline

Definition at line 327 of file addressindex.h.

Here is the call graph for this function:

Member Data Documentation

◆ amount

CAmount CMempoolAddressDelta::amount

Definition at line 316 of file addressindex.h.

◆ prevhash

uint256 CMempoolAddressDelta::prevhash

Definition at line 317 of file addressindex.h.

◆ prevout

unsigned int CMempoolAddressDelta::prevout

Definition at line 318 of file addressindex.h.

◆ time

int64_t CMempoolAddressDelta::time

Definition at line 315 of file addressindex.h.


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