Report whether a transaction is an immature coinbase output.

Synopsis

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;

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