Bitcoin ABC 0.30.3
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 <transaction.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.
Definition at line 181 of file transaction.h.
|
inline |
Definition at line 186 of file transaction.h.
int CWalletTx::Confirmation::block_height |
Definition at line 183 of file transaction.h.
BlockHash CWalletTx::Confirmation::hashBlock |
Definition at line 184 of file transaction.h.
int CWalletTx::Confirmation::nIndex |
Definition at line 185 of file transaction.h.
Status CWalletTx::Confirmation::status |
Definition at line 182 of file transaction.h.