updatePreimageChallenges

fun updatePreimageChallenges(    outPoint: OutPoint,     ripemd160: Set<ByteVector>,     sha256: Set<ByteVector>,     hash160: Set<ByteVector>,     hash256: Set<ByteVector>): Either<UpdateFailure, Psbt>
fun updatePreimageChallenges(    inputIndex: Int,     ripemd160: Set<ByteVector>,     sha256: Set<ByteVector>,     hash160: Set<ByteVector>,     hash256: Set<ByteVector>): Either<UpdateFailure, Psbt>