[#CTxMemPoolEntry-GetSpendsCoinbase] = xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry]::GetSpendsCoinbase :relfileprefix: ../ :mrdocs: Returns whether the transaction spends a coinbase output. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool GetSpendsCoinbase() const; ---- == Return Value `true` if the transaction spends a coinbase output. [.small]#Created with https://www.mrdocs.com[MrDocs]#