Count ECDSA signature operations the old-fashioned (pre-0.6) way
Declared in <consensus/tx_verify.h>
unsigned int
GetLegacySigOpCount(CTransaction const& tx);
number of sigops this transaction's outputs will produce when spent
| Name | Description |
|---|---|
| tx | The transaction whose legacy signature operations are counted. |
CTransaction::FetchInputs