Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / structs / TwoTuple_PublicKeyTypeZ.java
index 90a42ae8fe69658c754df74e26c55d16a2c3ad2b..780d94ffe6421e201946379cd3e91fc693984960 100644 (file)
@@ -38,6 +38,11 @@ public class TwoTuple_PublicKeyTypeZ extends CommonBase {
                return ret_hu_conv;
        }
 
+       long clone_ptr() {
+               long ret = bindings.C2Tuple_PublicKeyTypeZ_clone_ptr(this.ptr);
+               return ret;
+       }
+
        /**
         * Creates a new tuple which has the same data as `orig`
         * but with all dynamically-allocated buffers duplicated in new buffers.
@@ -54,7 +59,7 @@ public class TwoTuple_PublicKeyTypeZ extends CommonBase {
         * Creates a new C2Tuple_PublicKeyTypeZ from the contained elements.
         */
        public static TwoTuple_PublicKeyTypeZ of(byte[] a, Type b) {
-               long ret = bindings.C2Tuple_PublicKeyTypeZ_new(a, b == null ? 0 : b.ptr);
+               long ret = bindings.C2Tuple_PublicKeyTypeZ_new(InternalUtils.check_arr_len(a, 33), b == null ? 0 : b.ptr);
                if (ret >= 0 && ret <= 4096) { return null; }
                TwoTuple_PublicKeyTypeZ ret_hu_conv = new TwoTuple_PublicKeyTypeZ(null, ret);
                ret_hu_conv.ptrs_to.add(ret_hu_conv);