X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_SecretKeySecpErrorZ.ts;h=5ebf99c9616f0f1f691e98fea86d04f2c191382e;hb=22f5f4208b1f3b5542292250f1612b944f5cd7fd;hp=ce2c2c1fcef4083ac976966c54378ffd4b02ab43;hpb=56e9910ffaa7fccf2cb777dc9cf55e01a9681543;p=ldk-java diff --git a/ts/structs/Result_SecretKeySecpErrorZ.ts b/ts/structs/Result_SecretKeySecpErrorZ.ts index ce2c2c1f..5ebf99c9 100644 --- a/ts/structs/Result_SecretKeySecpErrorZ.ts +++ b/ts/structs/Result_SecretKeySecpErrorZ.ts @@ -16,12 +16,12 @@ public class Result_SecretKeySecpErrorZ extends CommonBase { } } public static final class Result_SecretKeySecpErrorZ_OK extends Result_SecretKeySecpErrorZ { - public final byte[] res; + public final Uint8Array res; private Result_SecretKeySecpErrorZ_OK(Object _dummy, long ptr) { super(_dummy, ptr); this.res = bindings.LDKCResult_SecretKeySecpErrorZ_get_ok(ptr); } - public Result_SecretKeySecpErrorZ_OK(byte[] res) { + public Result_SecretKeySecpErrorZ_OK(Uint8Array res) { this(null, bindings.CResult_SecretKeySecpErrorZ_ok(res)); } }