[#wallet-CWallet-IsTxImmatureCoinBase] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::IsTxImmatureCoinBase :relfileprefix: ../../ :mrdocs: Report whether a transaction is an immature coinbase output. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f94fde04928), requires_capability(0x7f95061a7668), requires_capability(0x7f94f2b78178), requires_capability(0x7f94f0cf6e08), requires_capability(0x7f94fee397f8)]] bool IsTxImmatureCoinBase(xref:wallet/CWalletTx.adoc[CWalletTx] const& wtx) const; ---- == Return Value true if wtx is a coinbase that has not yet matured. == Parameters [cols="1,4"] |=== | Name| Description | *wtx* | The wallet transaction to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#