[#wallet-TxStateUnrecognized-2constructor] = xref:wallet.adoc[wallet]::xref:wallet/TxStateUnrecognized.adoc[TxStateUnrecognized]::TxStateUnrecognized :relfileprefix: ../../ :mrdocs: Construct an unrecognized state from the serialized block hash and index. == Synopsis Declared in `<wallet/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- TxStateUnrecognized( xref:uint256.adoc[uint256] const& block_hash, int index); ---- == Parameters [cols="1,4"] |=== | Name| Description | *block_hash* | Serialized block hash preserved from the unrecognized state. | *index* | Serialized index value preserved from the unrecognized state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#