[#wallet-TxStateBlockConflicted] = xref:wallet.adoc[wallet]::TxStateBlockConflicted :relfileprefix: ../ :mrdocs: State of rejected transaction that conflicts with a confirmed block. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct TxStateBlockConflicted; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:wallet/TxStateBlockConflicted/2constructor.adoc[`TxStateBlockConflicted`] [.small]#[constructor]# | Construct a block‐conflicted state from the conflicting block hash and height. | xref:wallet/TxStateBlockConflicted/toString.adoc[`toString`] | Return a human‐readable description of the state. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:wallet/TxStateBlockConflicted/conflicting_block_hash.adoc[`conflicting_block_hash`] | Hash of the confirmed block that conflicts with the transaction. | xref:wallet/TxStateBlockConflicted/conflicting_block_height.adoc[`conflicting_block_height`] | Height of the confirmed block that conflicts with the transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#