X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FResult_SpendableOutputDescriptorDecodeErrorZ.java;fp=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FResult_SpendableOutputDescriptorDecodeErrorZ.java;h=2f9994c08109e4af08cfd287f90ded6490084bbd;hb=330ca992be304d0eac79bd59b411980dff294b03;hp=d4e197ccc5420570e4f63d6f09076f08cc7a83a0;hpb=1852c471e433c02edcae4803ba52bfec05c5631c;p=ldk-java diff --git a/src/main/java/org/ldk/structs/Result_SpendableOutputDescriptorDecodeErrorZ.java b/src/main/java/org/ldk/structs/Result_SpendableOutputDescriptorDecodeErrorZ.java index d4e197cc..2f9994c0 100644 --- a/src/main/java/org/ldk/structs/Result_SpendableOutputDescriptorDecodeErrorZ.java +++ b/src/main/java/org/ldk/structs/Result_SpendableOutputDescriptorDecodeErrorZ.java @@ -45,7 +45,7 @@ public class Result_SpendableOutputDescriptorDecodeErrorZ extends CommonBase { /** * Creates a new CResult_SpendableOutputDescriptorDecodeErrorZ in the success state. */ - public static Result_SpendableOutputDescriptorDecodeErrorZ ok(SpendableOutputDescriptor o) { + public static Result_SpendableOutputDescriptorDecodeErrorZ ok(org.ldk.structs.SpendableOutputDescriptor o) { long ret = bindings.CResult_SpendableOutputDescriptorDecodeErrorZ_ok(o.ptr); Reference.reachabilityFence(o); if (ret >= 0 && ret <= 4096) { return null; } @@ -56,7 +56,7 @@ public class Result_SpendableOutputDescriptorDecodeErrorZ extends CommonBase { /** * Creates a new CResult_SpendableOutputDescriptorDecodeErrorZ in the error state. */ - public static Result_SpendableOutputDescriptorDecodeErrorZ err(DecodeError e) { + public static Result_SpendableOutputDescriptorDecodeErrorZ err(org.ldk.structs.DecodeError e) { long ret = bindings.CResult_SpendableOutputDescriptorDecodeErrorZ_err(e.ptr); Reference.reachabilityFence(e); if (ret >= 0 && ret <= 4096) { return null; }