wallet::CWallet::GetTxBlocksToMaturity

Return the number of blocks until a coinbase transaction matures.

Synopsis

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;

Return Value

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

Parameters

NameDescription
wtxthe wallet transaction to check