Functions§
- count_
sigops_ in_ script - Spec-locked to Orange Paper Section 5.2.2: CountSigOpsInScript
- count_
tapscript_ sigops - Spec-locked to Orange Paper Section 11.2.8: CountTapscriptSigOps
- get_
legacy_ sigop_ count - Spec-locked to Orange Paper Section 5.2.2: GetLegacySigOpCount
- get_
legacy_ sigop_ count_ accurate - Spec-locked to Orange Paper Section 5.2.2: GetLegacySigopCountAccurate
- get_
p2sh_ sigop_ count - Spec-locked to Orange Paper Section 5.2.2: GetP2SHSigOpCount
- get_
transaction_ sigop_ cost - Spec-locked to Orange Paper Section 5.2.2: GetTransactionSigOpCost
- get_
transaction_ sigop_ cost_ with_ utxos - Spec-locked to Orange Paper Section 5.2.2: GetTransactionSigopCostWithUtxos
- get_
transaction_ sigop_ cost_ with_ witness_ slices - Spec-locked to Orange Paper Section 5.2.2: GetTransactionSigopCostWithWitnessSlices
- get_
transaction_ sigop_ count - Get total transaction sigop count (BIP54 limit).
- get_
transaction_ sigop_ count_ for_ bip54 - BIP54 per-tx sigop count: legacy (accurate) + P2SH + witness. Matches Core’s CheckSigopsBIP54 (GetSigOpCount(scriptSig, true) for legacy).
- is_
pay_ to_ script_ hash - Spec-locked to Orange Paper Section 5.2.1: IsPayToScriptHash