[#wallet-TxStateBlockConflicted-2constructor] = xref:wallet.adoc[wallet]::xref:wallet/TxStateBlockConflicted.adoc[TxStateBlockConflicted]::TxStateBlockConflicted :relfileprefix: ../../ :mrdocs: Construct a block‐conflicted state from the conflicting block hash and height. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit TxStateBlockConflicted( xref:uint256.adoc[uint256] const& block_hash, int height); ---- == Parameters [cols="1,4"] |=== | Name| Description | *block_hash* | Hash of the confirmed block that conflicts with the transaction. | *height* | Height of the confirmed block that conflicts with the transaction. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#