[#CTxMemPoolEntry-GetSigOpCost] = xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry]::GetSigOpCost :relfileprefix: ../ :mrdocs: Returns the total sigop cost of the transaction. == Synopsis Declared in `<kernel/mempool_entry.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int64_t GetSigOpCost() const; ---- == Return Value The sigop cost. [.small]#Created with https://www.mrdocs.com[MrDocs]#