wallet::TxStateConfirmed::TxStateConfirmed

Construct a confirmed state from the confirming block hash, height, and position.

Synopsis

Declared in <wallet/transaction.h>

explicit
TxStateConfirmed(
    uint256 const& block_hash,
    int height,
    int index);

Parameters

NameDescription
block_hashHash of the block that confirmed the transaction.
heightHeight of the block that confirmed the transaction.
indexIndex of the transaction within its confirming block.