calcSig

fun calcSig(tx: iTransaction, inputIdx: Int, sigHashType: ByteArray, serializedTx: ByteArray? = null): ByteArray

Calculate the Schnorr signature of the passed transaction and input index This function does not update the transaction.