PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
WalletModel::ListCoinsValue Class Reference

#include <walletmodel.h>

Collaboration diagram for WalletModel::ListCoinsValue:
[legend]

Public Member Functions

 ListCoinsValue ()=delete
 
 ListCoinsValue (const uint256 &_txhash, int _outIndex, CAmount _nValue, int64_t _nTime, int _nDepth)
 

Public Attributes

uint256 txhash
 
int outIndex
 
CAmount nValue
 
int64_t nTime
 
int nDepth
 

Detailed Description

Definition at line 324 of file walletmodel.h.

Constructor & Destructor Documentation

◆ ListCoinsValue() [1/2]

WalletModel::ListCoinsValue::ListCoinsValue ( )
delete

◆ ListCoinsValue() [2/2]

WalletModel::ListCoinsValue::ListCoinsValue ( const uint256 _txhash,
int  _outIndex,
CAmount  _nValue,
int64_t  _nTime,
int  _nDepth 
)
inline

Definition at line 327 of file walletmodel.h.

Member Data Documentation

◆ nDepth

int WalletModel::ListCoinsValue::nDepth

Definition at line 335 of file walletmodel.h.

◆ nTime

int64_t WalletModel::ListCoinsValue::nTime

Definition at line 334 of file walletmodel.h.

◆ nValue

CAmount WalletModel::ListCoinsValue::nValue

Definition at line 333 of file walletmodel.h.

◆ outIndex

int WalletModel::ListCoinsValue::outIndex

Definition at line 332 of file walletmodel.h.

◆ txhash

uint256 WalletModel::ListCoinsValue::txhash

Definition at line 331 of file walletmodel.h.


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