Update auto-generated bindings with new upstream.
[ldk-java] / src / main / java / org / ldk / structs / HTLCUpdate.java
index 2f5fb3e3ce4db56c860c3fae849c121fb0c1e664..57f94ec2202165b714d91a7712ce81070e476f1c 100644 (file)
@@ -14,22 +14,21 @@ public class HTLCUpdate extends CommonBase {
                if (ptr != 0) { bindings.HTLCUpdate_free(ptr); }
        }
 
-       public static HTLCUpdate constructor_clone(HTLCUpdate orig) {
-               long ret = bindings.HTLCUpdate_clone(orig == null ? 0 : orig.ptr & ~1);
+       public HTLCUpdate clone() {
+               long ret = bindings.HTLCUpdate_clone(this.ptr);
                HTLCUpdate ret_hu_conv = new HTLCUpdate(null, ret);
-               ret_hu_conv.ptrs_to.add(orig);
+               ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }
 
-       public byte[] write(HTLCUpdate obj) {
-               byte[] ret = bindings.HTLCUpdate_write(obj == null ? 0 : obj.ptr & ~1);
-               this.ptrs_to.add(obj);
+       public byte[] write() {
+               byte[] ret = bindings.HTLCUpdate_write(this.ptr);
                return ret;
        }
 
-       public static HTLCUpdate constructor_read(byte[] ser) {
+       public static Result_HTLCUpdateDecodeErrorZ constructor_read(byte[] ser) {
                long ret = bindings.HTLCUpdate_read(ser);
-               HTLCUpdate ret_hu_conv = new HTLCUpdate(null, ret);
+               Result_HTLCUpdateDecodeErrorZ ret_hu_conv = Result_HTLCUpdateDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }