X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_SecretKeyErrorZ.ts;h=29c5729121dfa3c25ed37ad9761294075dd3bf87;hb=0f5027835d5a668a9b296f6d9e0fe894d3a6956d;hp=b21a0513cd0ac3694dea5508a82fc7c8df0873b4;hpb=a77a2856c7cd010a7b478cce793f7c9f999284d8;p=ldk-java diff --git a/ts/structs/Result_SecretKeyErrorZ.ts b/ts/structs/Result_SecretKeyErrorZ.ts index b21a0513..29c57291 100644 --- a/ts/structs/Result_SecretKeyErrorZ.ts +++ b/ts/structs/Result_SecretKeyErrorZ.ts @@ -24,7 +24,7 @@ public class Result_SecretKeyErrorZ extends CommonBase { } public static final class Result_SecretKeyErrorZ_Err extends Result_SecretKeyErrorZ { - public final LDKSecp256k1Error err; + public final Secp256k1Error err; private Result_SecretKeyErrorZ_Err(Object _dummy, long ptr) { super(_dummy, ptr); this.err = bindings.LDKCResult_SecretKeyErrorZ_get_err(ptr); @@ -37,7 +37,7 @@ public class Result_SecretKeyErrorZ extends CommonBase { return ret_hu_conv; } - public static Result_SecretKeyErrorZ constructor__err(LDKSecp256k1Error e) { + public static Result_SecretKeyErrorZ constructor__err(Secp256k1Error e) { number ret = bindings.CResult_SecretKeyErrorZ_err(e); Result_SecretKeyErrorZ ret_hu_conv = Result_SecretKeyErrorZ.constr_from_ptr(ret); return ret_hu_conv;