X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FResult_RoutingFeesDecodeErrorZ.java;h=335f379a15b3e17f3d6466b46f6fbc05828620bb;hp=01186822248e9c846838a95f32a1d1e49ef3105e;hb=b6cc0960eaee5a5bbc7fde79a56152d6dcd649d8;hpb=fb06c6af463da9aa188980c750f787f5e936634a diff --git a/src/main/java/org/ldk/structs/Result_RoutingFeesDecodeErrorZ.java b/src/main/java/org/ldk/structs/Result_RoutingFeesDecodeErrorZ.java index 01186822..335f379a 100644 --- a/src/main/java/org/ldk/structs/Result_RoutingFeesDecodeErrorZ.java +++ b/src/main/java/org/ldk/structs/Result_RoutingFeesDecodeErrorZ.java @@ -43,7 +43,7 @@ public class Result_RoutingFeesDecodeErrorZ extends CommonBase { /** * Creates a new CResult_RoutingFeesDecodeErrorZ in the success state. */ - public static Result_RoutingFeesDecodeErrorZ constructor_ok(RoutingFees o) { + public static Result_RoutingFeesDecodeErrorZ ok(RoutingFees o) { long ret = bindings.CResult_RoutingFeesDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1); Result_RoutingFeesDecodeErrorZ ret_hu_conv = Result_RoutingFeesDecodeErrorZ.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(o); @@ -53,7 +53,7 @@ public class Result_RoutingFeesDecodeErrorZ extends CommonBase { /** * Creates a new CResult_RoutingFeesDecodeErrorZ in the error state. */ - public static Result_RoutingFeesDecodeErrorZ constructor_err(DecodeError e) { + public static Result_RoutingFeesDecodeErrorZ err(DecodeError e) { long ret = bindings.CResult_RoutingFeesDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1); Result_RoutingFeesDecodeErrorZ ret_hu_conv = Result_RoutingFeesDecodeErrorZ.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(e);