Return the number of blocks until a coinbase transaction matures.
Declared in <wallet/wallet.h>
[[requires_capability(0x7f2e1e597db8), requires_capability(0x7f2e11aa8b78), requires_capability(0x7f2e169fe968), requires_capability(0x7f2e15f2de08), requires_capability(0x7f2e12c6ca98)]]
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 |