firstn Sighash
abstract fun firstnSighash(numInputs: Int = Int.MAX_VALUE, numOutputs: Int = Int.MAX_VALUE): ByteArray
Return the sighash that signs the first N inputs/outputs. Pass Int.MAX_VALUE to sign "all", otherwise pass a number to sign those. This commits to the first inputs and outputs.