Update auto-generated bindings to 0.0.101
[ldk-java] / ts / structs / Result_NetworkGraphDecodeErrorZ.ts
index 1cc929faba0a5444cc6d06ed0eb44fb23d94f064..c201f78c2519b323bd4dfcfe8f266e1ee96d139a 100644 (file)
@@ -37,10 +37,9 @@ public class Result_NetworkGraphDecodeErrorZ extends CommonBase {
                }
        }
 
-       public static Result_NetworkGraphDecodeErrorZ constructor__ok(NetworkGraph o) {
-               number ret = bindings.CResult_NetworkGraphDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1);
+       public static Result_NetworkGraphDecodeErrorZ constructor__ok(Uint8Array o_genesis_hash) {
+               number ret = bindings.CResult_NetworkGraphDecodeErrorZ_ok(bindings.NetworkGraph_new(o_genesis_hash));
                Result_NetworkGraphDecodeErrorZ ret_hu_conv = Result_NetworkGraphDecodeErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(o);
                return ret_hu_conv;
        }
 
@@ -51,10 +50,4 @@ public class Result_NetworkGraphDecodeErrorZ extends CommonBase {
                return ret_hu_conv;
        }
 
-       public Result_NetworkGraphDecodeErrorZ _clone() {
-               number ret = bindings.CResult_NetworkGraphDecodeErrorZ_clone(this.ptr);
-               Result_NetworkGraphDecodeErrorZ ret_hu_conv = Result_NetworkGraphDecodeErrorZ.constr_from_ptr(ret);
-               return ret_hu_conv;
-       }
-
 }