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