X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FResult_InvoiceParseOrSemanticErrorZ.java;fp=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FResult_InvoiceParseOrSemanticErrorZ.java;h=f0013147310396ae9d6f1743dd13dce7181326b4;hb=330ca992be304d0eac79bd59b411980dff294b03;hp=8197cbf92002fc2c8195df65c7b04f1d8a6e56e3;hpb=1852c471e433c02edcae4803ba52bfec05c5631c;p=ldk-java diff --git a/src/main/java/org/ldk/structs/Result_InvoiceParseOrSemanticErrorZ.java b/src/main/java/org/ldk/structs/Result_InvoiceParseOrSemanticErrorZ.java index 8197cbf9..f0013147 100644 --- a/src/main/java/org/ldk/structs/Result_InvoiceParseOrSemanticErrorZ.java +++ b/src/main/java/org/ldk/structs/Result_InvoiceParseOrSemanticErrorZ.java @@ -45,7 +45,7 @@ public class Result_InvoiceParseOrSemanticErrorZ extends CommonBase { /** * Creates a new CResult_InvoiceParseOrSemanticErrorZ in the success state. */ - public static Result_InvoiceParseOrSemanticErrorZ ok(Invoice o) { + public static Result_InvoiceParseOrSemanticErrorZ ok(org.ldk.structs.Invoice o) { long ret = bindings.CResult_InvoiceParseOrSemanticErrorZ_ok(o == null ? 0 : o.ptr); Reference.reachabilityFence(o); if (ret >= 0 && ret <= 4096) { return null; } @@ -57,7 +57,7 @@ public class Result_InvoiceParseOrSemanticErrorZ extends CommonBase { /** * Creates a new CResult_InvoiceParseOrSemanticErrorZ in the error state. */ - public static Result_InvoiceParseOrSemanticErrorZ err(ParseOrSemanticError e) { + public static Result_InvoiceParseOrSemanticErrorZ err(org.ldk.structs.ParseOrSemanticError e) { long ret = bindings.CResult_InvoiceParseOrSemanticErrorZ_err(e.ptr); Reference.reachabilityFence(e); if (ret >= 0 && ret <= 4096) { return null; }