Returns whether the transaction spends a coinbase output.
Synopsis
Declared in <kernel/mempool_entry.h>
bool
GetSpendsCoinbase() const;
Return Value
true if the transaction spends a coinbase output.
Created with MrDocs