![]() |
Bitcoin ABC
0.22.15
P2P Digital Currency
|
Confirmation includes tx status and a triplet of {block height/block hash/tx index in block} at which tx has been confirmed. More...
#include <wallet.h>
Public Member Functions | |
Confirmation (Status s=UNCONFIRMED, int b=0, BlockHash h=BlockHash(), int i=0) | |
Public Attributes | |
Status | status |
int | block_height |
BlockHash | hashBlock |
int | nIndex |
Confirmation includes tx status and a triplet of {block height/block hash/tx index in block} at which tx has been confirmed.
All three are set to 0 if tx is unconfirmed or abandoned. Meaning of these fields changes with CONFLICTED state where they instead point to block hash and block height of the deepest conflicting tx.
|
inline |