State of transaction confirmed in a block.
Synopsis
Declared in <wallet/transaction.h>
struct TxStateConfirmed;
Member Functions
Name |
Description |
|
Construct a confirmed state from the confirming block hash, height, and position. |
Return a human‐readable description of the state. |
Data Members
Name |
Description |
Hash of the block that confirmed the transaction. |
|
Height of the block that confirmed the transaction. |
|
Index of the transaction within its confirming block. |
Created with MrDocs