[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / TwoTuple_OutPointScriptZ.java
index c0f48c10b3114cd74615bf8af0dc128401d5758c..64df41c0b678bf2a9f6d46b5a0bd50257d8de19a 100644 (file)
@@ -63,7 +63,7 @@ public class TwoTuple_OutPointScriptZ extends CommonBase {
        /**
         * Creates a new C2Tuple_OutPointScriptZ from the contained elements.
         */
-       public static TwoTuple_OutPointScriptZ of(OutPoint a, byte[] b) {
+       public static TwoTuple_OutPointScriptZ of(org.ldk.structs.OutPoint a, byte[] b) {
                long ret = bindings.C2Tuple_OutPointScriptZ_new(a == null ? 0 : a.ptr, b);
                Reference.reachabilityFence(a);
                Reference.reachabilityFence(b);