wallet::TxStateBlockConflicted

State of rejected transaction that conflicts with a confirmed block.

Synopsis

Declared in <wallet/transaction.h>

struct TxStateBlockConflicted;

Member Functions

NameDescription
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

NameDescription
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.