Report whether a transaction is an immature coinbase output.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720ef2d8), requires_capability(0x7ff365f1f2d8), requires_capability(0x7ff35de5dc88), requires_capability(0x7ff35efe2768), requires_capability(0x7ff366fced48)]]
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