Construct an unrecognized state from the serialized block hash and index.
Declared in <wallet/transaction.h>
TxStateUnrecognized(
uint256 const& block_hash,
int index);
| Name | Description |
|---|---|
| block_hash | Serialized block hash preserved from the unrecognized state. |
| index | Serialized index value preserved from the unrecognized state. |