Partially Signed Non Witness Input
data class PartiallySignedNonWitnessInput( val inputTx: Transaction, val outputIndex: Int, val sighashType: Int?, val partialSigs: Map<PublicKey, ByteVector>, val derivationPaths: Map<PublicKey, KeyPathWithMaster>, val redeemScript: List<ScriptElt>?, val ripemd160: Set<ByteVector>, val sha256: Set<ByteVector>, val hash160: Set<ByteVector>, val hash256: Set<ByteVector>, val unknown: List<DataEntry>) : Input.NonWitnessInput
Content copied to clipboard
A partially signed non-segwit input. More signatures may need to be added before it can be finalized.
Constructors
Link copied to clipboard
fun PartiallySignedNonWitnessInput( inputTx: Transaction, outputIndex: Int, sighashType: Int?, partialSigs: Map<PublicKey, ByteVector>, derivationPaths: Map<PublicKey, KeyPathWithMaster>, redeemScript: List<ScriptElt>?, ripemd160: Set<ByteVector>, sha256: Set<ByteVector>, hash160: Set<ByteVector>, hash256: Set<ByteVector>, unknown: List<DataEntry>)
Content copied to clipboard