Construct a confirmed state from the confirming block hash, height, and position.
Declared in <wallet/transaction.h>
explicit
TxStateConfirmed(
uint256 const& block_hash,
int height,
int index);
| 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. |