verifySigForInput

fun verifySigForInput(sig: ByteArray, pubkey: ByteArray, inputIdx: Number, template: SatoshiScript? = null, flatTx: ByteArray? = null): Boolean

Verify that the passed signature and pubkey signed an input of this transaction. This does not check that the satisfier script is correct. It just checks whether the Schnorr signature is valid.