Partially Signed Input Without Utxo
data class PartiallySignedInputWithoutUtxo( val sighashType: Int?, val derivationPaths: Map<PublicKey, KeyPathWithMaster>, val ripemd160: Set<ByteVector>, val sha256: Set<ByteVector>, val hash160: Set<ByteVector>, val hash256: Set<ByteVector>, val unknown: List<DataEntry>) : Input
Content copied to clipboard
A partially signed input without details about the utxo. More signatures may need to be added before it can be finalized.
Constructors
Link copied to clipboard
fun PartiallySignedInputWithoutUtxo( sighashType: Int?, derivationPaths: Map<PublicKey, KeyPathWithMaster>, ripemd160: Set<ByteVector>, sha256: Set<ByteVector>, hash160: Set<ByteVector>, hash256: Set<ByteVector>, unknown: List<DataEntry>)
Content copied to clipboard