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

Name

Description

block_hash

Hash of the block that confirmed the transaction.

height

Height of the block that confirmed the transaction.

index

Index of the transaction within its confirming block.

Created with MrDocs