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