Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
wallet::TxStateConfirmed Struct Reference

State of transaction confirmed in a block. More...

#include <transaction.h>

Collaboration diagram for wallet::TxStateConfirmed:
[legend]

Public Member Functions

 TxStateConfirmed (const uint256 &block_hash, int height, int index)
 
std::string toString () const
 

Public Attributes

uint256 confirmed_block_hash
 
int confirmed_block_height
 
int position_in_block
 

Detailed Description

State of transaction confirmed in a block.

Definition at line 31 of file transaction.h.

Constructor & Destructor Documentation

◆ TxStateConfirmed()

wallet::TxStateConfirmed::TxStateConfirmed ( const uint256 block_hash,
int  height,
int  index 
)
inlineexplicit

Definition at line 36 of file transaction.h.

Member Function Documentation

◆ toString()

std::string wallet::TxStateConfirmed::toString ( ) const
inline

Definition at line 37 of file transaction.h.

Here is the call graph for this function:

Member Data Documentation

◆ confirmed_block_hash

uint256 wallet::TxStateConfirmed::confirmed_block_hash

Definition at line 32 of file transaction.h.

◆ confirmed_block_height

int wallet::TxStateConfirmed::confirmed_block_height

Definition at line 33 of file transaction.h.

◆ position_in_block

int wallet::TxStateConfirmed::position_in_block

Definition at line 34 of file transaction.h.


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