Returns true when the transaction is a coinbase.

Synopsis

Declared in <primitives/transaction.h>

bool
IsCoinBase() const;

Return Value

True if it has a single input spending a null outpoint.

Created with MrDocs