Update auto-generated bindings to 0.0.103
[ldk-java] / src / main / java / org / ldk / structs / PayeePubKey.java
index b1251eb75f51f354eef9bb98aa24104a12f159c6..5bf36b0a510cd16cdc08b6422390ede4de8de462 100644 (file)
@@ -19,13 +19,33 @@ public class PayeePubKey extends CommonBase {
                if (ptr != 0) { bindings.PayeePubKey_free(ptr); }
        }
 
+       public byte[] get_a() {
+               byte[] ret = bindings.PayeePubKey_get_a(this.ptr);
+               return ret;
+       }
+
+       public void set_a(byte[] val) {
+               bindings.PayeePubKey_set_a(this.ptr, val);
+       }
+
+       /**
+        * Constructs a new PayeePubKey given each field
+        */
+       public static PayeePubKey of(byte[] a_arg) {
+               long ret = bindings.PayeePubKey_new(a_arg);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               PayeePubKey ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new PayeePubKey(null, ret); }
+               ret_hu_conv.ptrs_to.add(ret_hu_conv);
+               return ret_hu_conv;
+       }
+
        /**
         * Creates a copy of the PayeePubKey
         */
        public PayeePubKey clone() {
                long ret = bindings.PayeePubKey_clone(this.ptr);
-               if (ret >= 0 && ret < 1024) { return null; }
-               PayeePubKey ret_hu_conv = new PayeePubKey(null, ret);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               PayeePubKey ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new PayeePubKey(null, ret); }
                ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }