State of rejected transaction that conflicts with a confirmed block.

Synopsis

Declared in <wallet/transaction.h>

struct TxStateBlockConflicted;

Member Functions

Name

Description

TxStateBlockConflicted [constructor]

Construct a block‐conflicted state from the conflicting block hash and height.

toString

Return a human‐readable description of the state.

Data Members

Name

Description

conflicting_block_hash

Hash of the confirmed block that conflicts with the transaction.

conflicting_block_height

Height of the confirmed block that conflicts with the transaction.

Created with MrDocs