State of transaction confirmed in a block.
Declared in <wallet/transaction.h>
struct TxStateConfirmed;
| Name | Description |
|---|---|
TxStateConfirmed [constructor] | Construct a confirmed state from the confirming block hash, height, and position. |
toString | Return a human-readable description of the state. |
| Name | Description |
|---|---|
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. |