X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FSignOrCreationError.mts;h=e2e6037c36ea148a64aca196cb26cf4f41a0df32;hb=f6d7282fcf6324519ea1fe4b584c8d02c95acd9e;hp=34bfbf8aa3bdee93d6b3f0f10a5ef5daef9d8169;hpb=4713fdb1c6821681d17ecde031b77eb43db1308b;p=ldk-java diff --git a/ts/structs/SignOrCreationError.mts b/ts/structs/SignOrCreationError.mts index 34bfbf8a..e2e6037c 100644 --- a/ts/structs/SignOrCreationError.mts +++ b/ts/structs/SignOrCreationError.mts @@ -67,6 +67,9 @@ import { Result_PaymentPurposeDecodeErrorZ } from '../structs/Result_PaymentPurp import { ClosureReason } from '../structs/ClosureReason.mjs'; import { Option_ClosureReasonZ } from '../structs/Option_ClosureReasonZ.mjs'; import { Result_COption_ClosureReasonZDecodeErrorZ } from '../structs/Result_COption_ClosureReasonZDecodeErrorZ.mjs'; +import { HTLCDestination } from '../structs/HTLCDestination.mjs'; +import { Option_HTLCDestinationZ } from '../structs/Option_HTLCDestinationZ.mjs'; +import { Result_COption_HTLCDestinationZDecodeErrorZ } from '../structs/Result_COption_HTLCDestinationZDecodeErrorZ.mjs'; import { ChannelUpdate } from '../structs/ChannelUpdate.mjs'; import { NetworkUpdate } from '../structs/NetworkUpdate.mjs'; import { Option_NetworkUpdateZ } from '../structs/Option_NetworkUpdateZ.mjs'; @@ -104,7 +107,7 @@ import { TwoTuple_usizeTransactionZ } from '../structs/TwoTuple_usizeTransaction import { Result_NoneChannelMonitorUpdateErrZ } from '../structs/Result_NoneChannelMonitorUpdateErrZ.mjs'; import { HTLCUpdate } from '../structs/HTLCUpdate.mjs'; import { MonitorEvent } from '../structs/MonitorEvent.mjs'; -import { TwoTuple_OutPointCVec_MonitorEventZZ } from '../structs/TwoTuple_OutPointCVec_MonitorEventZZ.mjs'; +import { ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ } from '../structs/ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ.mjs'; import { Option_C2Tuple_usizeTransactionZZ } from '../structs/Option_C2Tuple_usizeTransactionZZ.mjs'; import { FixedPenaltyScorer } from '../structs/FixedPenaltyScorer.mjs'; import { Result_FixedPenaltyScorerDecodeErrorZ } from '../structs/Result_FixedPenaltyScorerDecodeErrorZ.mjs'; @@ -138,6 +141,7 @@ import { ChannelInfo } from '../structs/ChannelInfo.mjs'; import { Result_ChannelInfoDecodeErrorZ } from '../structs/Result_ChannelInfoDecodeErrorZ.mjs'; import { RoutingFees } from '../structs/RoutingFees.mjs'; import { Result_RoutingFeesDecodeErrorZ } from '../structs/Result_RoutingFeesDecodeErrorZ.mjs'; +import { Hostname } from '../structs/Hostname.mjs'; import { NetAddress } from '../structs/NetAddress.mjs'; import { NodeAnnouncementInfo } from '../structs/NodeAnnouncementInfo.mjs'; import { Result_NodeAnnouncementInfoDecodeErrorZ } from '../structs/Result_NodeAnnouncementInfoDecodeErrorZ.mjs'; @@ -356,9 +360,9 @@ import * as bindings from '../bindings.mjs' * may occur. */ export class SignOrCreationError extends CommonBase { - protected constructor(_dummy: object, ptr: number) { super(ptr, bindings.SignOrCreationError_free); } + protected constructor(_dummy: object, ptr: bigint) { super(ptr, bindings.SignOrCreationError_free); } /* @internal */ - public static constr_from_ptr(ptr: number): SignOrCreationError { + public static constr_from_ptr(ptr: bigint): SignOrCreationError { const raw_ty: number = bindings.LDKSignOrCreationError_ty_from_ptr(ptr); switch (raw_ty) { case 0: return new SignOrCreationError_SignError(ptr); @@ -368,8 +372,8 @@ export class SignOrCreationError extends CommonBase { } } - public clone_ptr(): number { - const ret: number = bindings.SignOrCreationError_clone_ptr(this.ptr); + public clone_ptr(): bigint { + const ret: bigint = bindings.SignOrCreationError_clone_ptr(this.ptr); return ret; } @@ -377,7 +381,7 @@ export class SignOrCreationError extends CommonBase { * Creates a copy of the SignOrCreationError */ public clone(): SignOrCreationError { - const ret: number = bindings.SignOrCreationError_clone(this.ptr); + const ret: bigint = bindings.SignOrCreationError_clone(this.ptr); const ret_hu_conv: SignOrCreationError = SignOrCreationError.constr_from_ptr(ret); CommonBase.add_ref_from(ret_hu_conv, this); return ret_hu_conv; @@ -387,7 +391,7 @@ export class SignOrCreationError extends CommonBase { * Utility method to constructs a new SignError-variant SignOrCreationError */ public static constructor_sign_error(): SignOrCreationError { - const ret: number = bindings.SignOrCreationError_sign_error(); + const ret: bigint = bindings.SignOrCreationError_sign_error(); const ret_hu_conv: SignOrCreationError = SignOrCreationError.constr_from_ptr(ret); CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv); return ret_hu_conv; @@ -397,7 +401,7 @@ export class SignOrCreationError extends CommonBase { * Utility method to constructs a new CreationError-variant SignOrCreationError */ public static constructor_creation_error(a: CreationError): SignOrCreationError { - const ret: number = bindings.SignOrCreationError_creation_error(a); + const ret: bigint = bindings.SignOrCreationError_creation_error(a); const ret_hu_conv: SignOrCreationError = SignOrCreationError.constr_from_ptr(ret); CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv); return ret_hu_conv; @@ -408,7 +412,7 @@ export class SignOrCreationError extends CommonBase { * This ignores pointers and is_owned flags and looks at the values in fields. */ public eq(b: SignOrCreationError): boolean { - const ret: boolean = bindings.SignOrCreationError_eq(this.ptr, b == null ? 0 : CommonBase.get_ptr_of(b) & ~1); + const ret: boolean = bindings.SignOrCreationError_eq(this.ptr, b == null ? 0n : CommonBase.get_ptr_of(b)); return ret; } @@ -425,7 +429,7 @@ export class SignOrCreationError extends CommonBase { /** A SignOrCreationError of type SignError */ export class SignOrCreationError_SignError extends SignOrCreationError { /* @internal */ - public constructor(ptr: number) { + public constructor(ptr: bigint) { super(null, ptr); } } @@ -433,7 +437,7 @@ export class SignOrCreationError_SignError extends SignOrCreationError { export class SignOrCreationError_CreationError extends SignOrCreationError { public creation_error: CreationError; /* @internal */ - public constructor(ptr: number) { + public constructor(ptr: bigint) { super(null, ptr); this.creation_error = bindings.LDKSignOrCreationError_CreationError_get_creation_error(ptr); }