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

#include <wallet.h>

Collaboration diagram for CWallet::CommitResult:
[legend]

Public Member Functions

 CommitResult ()
 
std::string ToString () const
 

Public Attributes

CWallet::CommitStatus status
 
CValidationState state
 
uint256 hashTx = UINT256_ZERO
 

Detailed Description

Definition at line 1103 of file wallet.h.

Constructor & Destructor Documentation

◆ CommitResult()

CWallet::CommitResult::CommitResult ( )
inline

Definition at line 1105 of file wallet.h.

Member Data Documentation

◆ hashTx

uint256 CWallet::CommitResult::hashTx = UINT256_ZERO

Definition at line 1108 of file wallet.h.

◆ state

CValidationState CWallet::CommitResult::state

Definition at line 1107 of file wallet.h.

◆ status

CWallet::CommitStatus CWallet::CommitResult::status

Definition at line 1106 of file wallet.h.


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