PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CWalletTx::Confirmation Struct Reference

#include <wallet.h>

Collaboration diagram for CWalletTx::Confirmation:
[legend]

Public Member Functions

 Confirmation (Status s=UNCONFIRMED, int b=0, const uint256 &h=UINT256_ZERO, int i=0)
 

Public Attributes

Status status
 
int block_height
 
uint256 hashBlock
 
int nIndex
 

Detailed Description

Definition at line 386 of file wallet.h.

Constructor & Destructor Documentation

◆ Confirmation()

CWalletTx::Confirmation::Confirmation ( Status  s = UNCONFIRMED,
int  b = 0,
const uint256 h = UINT256_ZERO,
int  i = 0 
)
inline

Definition at line 391 of file wallet.h.

Member Data Documentation

◆ block_height

int CWalletTx::Confirmation::block_height

Definition at line 388 of file wallet.h.

◆ hashBlock

uint256 CWalletTx::Confirmation::hashBlock

Definition at line 389 of file wallet.h.

◆ nIndex

int CWalletTx::Confirmation::nIndex

Definition at line 390 of file wallet.h.

◆ status

Status CWalletTx::Confirmation::status

Definition at line 387 of file wallet.h.


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