Return the number of blocks until a coinbase transaction matures.
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfcbc8), requires_capability(0x7fbc81b76588), requires_capability(0x7fbc7e014408), requires_capability(0x7fbc7e2438b8), requires_capability(0x7fbc8e7144f8)]]
int
GetTxBlocksToMaturity(CWalletTx const& wtx) const;
number of blocks to maturity for this transaction: 0 : is not a coinbase transaction, or is a mature coinbase transaction >0 : is a coinbase transaction which matures in this many blocks
| Name | Description |
|---|---|
| wtx | the wallet transaction to check |