[#node-CBlockTemplate-vTxSigOpsCost] = xref:node.adoc[node]::xref:node/CBlockTemplate.adoc[CBlockTemplate]::vTxSigOpsCost :relfileprefix: ../../ :mrdocs: Sigops cost of each transaction, excluding the coinbase. == Synopsis Declared in `<node/miner.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<int64_t> vTxSigOpsCost; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#