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

Name

Description

block_hash

Serialized block hash preserved from the unrecognized state.

index

Serialized index value preserved from the unrecognized state.

Created with MrDocs