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

State of rejected transaction that conflicts with a confirmed block. More...

#include <transaction.h>

Collaboration diagram for wallet::TxStateConflicted:
[legend]

Public Member Functions

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

Public Attributes

uint256 conflicting_block_hash
 
int conflicting_block_height
 

Detailed Description

State of rejected transaction that conflicts with a confirmed block.

Definition at line 46 of file transaction.h.

Constructor & Destructor Documentation

◆ TxStateConflicted()

wallet::TxStateConflicted::TxStateConflicted ( const uint256 block_hash,
int  height 
)
inlineexplicit

Definition at line 50 of file transaction.h.

Member Function Documentation

◆ toString()

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

Definition at line 51 of file transaction.h.

Here is the call graph for this function:

Member Data Documentation

◆ conflicting_block_hash

uint256 wallet::TxStateConflicted::conflicting_block_hash

Definition at line 47 of file transaction.h.

◆ conflicting_block_height

int wallet::TxStateConflicted::conflicting_block_height

Definition at line 48 of file transaction.h.


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