wallet::TxStateUnrecognized::TxStateUnrecognized

Construct an unrecognized state from the serialized block hash and index.

Synopsis

Declared in <wallet/transaction.h>

TxStateUnrecognized(
    uint256 const& block_hash,
    int index);

Parameters

NameDescription
block_hashSerialized block hash preserved from the unrecognized state.
indexSerialized index value preserved from the unrecognized state.