Report whether a transaction is an immature coinbase output.
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7f2e1e597e78), requires_capability(0x7f2e11aa8c38), requires_capability(0x7f2e169fea28), requires_capability(0x7f2e15f2dec8), requires_capability(0x7f2e12c6cb58)]]
bool
IsTxImmatureCoinBase(CWalletTx const& wtx) const;
Return Value
true if wtx is a coinbase that has not yet matured.
Parameters
Name |
Description |
wtx |
The wallet transaction to check. |
Created with MrDocs