X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FResult_FundingSignedDecodeErrorZ.java;h=fa305347818e89134a8a63cf5f9be2c98aa0b604;hb=0f5027835d5a668a9b296f6d9e0fe894d3a6956d;hp=78e2e99d1fc91c524689859574c4d45b93e0aeae;hpb=a77a2856c7cd010a7b478cce793f7c9f999284d8;p=ldk-java diff --git a/src/main/java/org/ldk/structs/Result_FundingSignedDecodeErrorZ.java b/src/main/java/org/ldk/structs/Result_FundingSignedDecodeErrorZ.java index 78e2e99d..fa305347 100644 --- a/src/main/java/org/ldk/structs/Result_FundingSignedDecodeErrorZ.java +++ b/src/main/java/org/ldk/structs/Result_FundingSignedDecodeErrorZ.java @@ -43,7 +43,7 @@ public class Result_FundingSignedDecodeErrorZ extends CommonBase { /** * Creates a new CResult_FundingSignedDecodeErrorZ in the success state. */ - public static Result_FundingSignedDecodeErrorZ constructor_ok(FundingSigned o) { + public static Result_FundingSignedDecodeErrorZ ok(FundingSigned o) { long ret = bindings.CResult_FundingSignedDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1); Result_FundingSignedDecodeErrorZ ret_hu_conv = Result_FundingSignedDecodeErrorZ.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(o); @@ -53,7 +53,7 @@ public class Result_FundingSignedDecodeErrorZ extends CommonBase { /** * Creates a new CResult_FundingSignedDecodeErrorZ in the error state. */ - public static Result_FundingSignedDecodeErrorZ constructor_err(DecodeError e) { + public static Result_FundingSignedDecodeErrorZ err(DecodeError e) { long ret = bindings.CResult_FundingSignedDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1); Result_FundingSignedDecodeErrorZ ret_hu_conv = Result_FundingSignedDecodeErrorZ.constr_from_ptr(ret); ret_hu_conv.ptrs_to.add(e);