![]() |
Bitcoin Core
24.1.0
P2P Digital Currency
|
State of transaction confirmed in a block. More...
#include <transaction.h>
Public Member Functions | |
| TxStateConfirmed (const uint256 &block_hash, int height, int index) | |
Public Attributes | |
| uint256 | confirmed_block_hash |
| int | confirmed_block_height |
| int | position_in_block |
State of transaction confirmed in a block.
Definition at line 24 of file transaction.h.
|
inlineexplicit |
Definition at line 29 of file transaction.h.
| uint256 wallet::TxStateConfirmed::confirmed_block_hash |
Definition at line 25 of file transaction.h.
| int wallet::TxStateConfirmed::confirmed_block_height |
Definition at line 26 of file transaction.h.
| int wallet::TxStateConfirmed::position_in_block |
Definition at line 27 of file transaction.h.
1.8.14