wallet::TxStateConfirmed

State of transaction confirmed in a block.

Synopsis

Declared in <wallet/transaction.h>

struct TxStateConfirmed;

Member Functions

NameDescription
TxStateConfirmed [constructor]Construct a confirmed state from the confirming block hash, height, and position.
toString Return a human-readable description of the state.

Data Members

NameDescription
confirmed_block_hash Hash of the block that confirmed the transaction.
confirmed_block_height Height of the block that confirmed the transaction.
position_in_block Index of the transaction within its confirming block.