Report whether a transaction is an immature coinbase output.
Declared in <wallet/wallet.h>
[[requires_capability(0x7fbc76bfcc88), requires_capability(0x7fbc81b76648), requires_capability(0x7fbc7e0144c8), requires_capability(0x7fbc7e243978), requires_capability(0x7fbc8e7145b8)]]
bool
IsTxImmatureCoinBase(CWalletTx const& wtx) const;
true if wtx is a coinbase that has not yet matured.
| Name | Description |
|---|---|
| wtx | The wallet transaction to check. |