[TS] Update auto-generated TS bindings
[ldk-java] / ts / structs / NetworkUpdate.mts
index 94b6d744db75533d85a1be5fa8f329defe7842ea..037d2a97967c910fabe07f9c78765b93a4fd36f2 100644 (file)
@@ -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 { Option_NetworkUpdateZ } from '../structs/Option_NetworkUpdateZ.mjs';
 import { OutPoint } from '../structs/OutPoint.mjs';
@@ -103,7 +106,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';
@@ -137,6 +140,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';
@@ -358,9 +362,9 @@ import * as bindings from '../bindings.mjs'
  * [BOLT #4]: https://github.com/lightning/bolts/blob/master/04-onion-routing.md
  */
 export class NetworkUpdate extends CommonBase {
-       protected constructor(_dummy: object, ptr: number) { super(ptr, bindings.NetworkUpdate_free); }
+       protected constructor(_dummy: object, ptr: bigint) { super(ptr, bindings.NetworkUpdate_free); }
        /* @internal */
-       public static constr_from_ptr(ptr: number): NetworkUpdate {
+       public static constr_from_ptr(ptr: bigint): NetworkUpdate {
                const raw_ty: number = bindings.LDKNetworkUpdate_ty_from_ptr(ptr);
                switch (raw_ty) {
                        case 0: return new NetworkUpdate_ChannelUpdateMessage(ptr);
@@ -371,8 +375,8 @@ export class NetworkUpdate extends CommonBase {
                }
        }
 
-       public clone_ptr(): number {
-               const ret: number = bindings.NetworkUpdate_clone_ptr(this.ptr);
+       public clone_ptr(): bigint {
+               const ret: bigint = bindings.NetworkUpdate_clone_ptr(this.ptr);
                return ret;
        }
 
@@ -380,7 +384,7 @@ export class NetworkUpdate extends CommonBase {
         * Creates a copy of the NetworkUpdate
         */
        public clone(): NetworkUpdate {
-               const ret: number = bindings.NetworkUpdate_clone(this.ptr);
+               const ret: bigint = bindings.NetworkUpdate_clone(this.ptr);
                const ret_hu_conv: NetworkUpdate = NetworkUpdate.constr_from_ptr(ret);
                CommonBase.add_ref_from(ret_hu_conv, this);
                return ret_hu_conv;
@@ -390,9 +394,10 @@ export class NetworkUpdate extends CommonBase {
         * Utility method to constructs a new ChannelUpdateMessage-variant NetworkUpdate
         */
        public static constructor_channel_update_message(msg: ChannelUpdate): NetworkUpdate {
-               const ret: number = bindings.NetworkUpdate_channel_update_message(msg == null ? 0 : CommonBase.get_ptr_of(msg) & ~1);
+               const ret: bigint = bindings.NetworkUpdate_channel_update_message(msg == null ? 0n : CommonBase.get_ptr_of(msg));
                const ret_hu_conv: NetworkUpdate = NetworkUpdate.constr_from_ptr(ret);
                CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
+               CommonBase.add_ref_from(ret_hu_conv, msg);
                return ret_hu_conv;
        }
 
@@ -400,7 +405,7 @@ export class NetworkUpdate extends CommonBase {
         * Utility method to constructs a new ChannelFailure-variant NetworkUpdate
         */
        public static constructor_channel_failure(short_channel_id: bigint, is_permanent: boolean): NetworkUpdate {
-               const ret: number = bindings.NetworkUpdate_channel_failure(short_channel_id, is_permanent);
+               const ret: bigint = bindings.NetworkUpdate_channel_failure(short_channel_id, is_permanent);
                const ret_hu_conv: NetworkUpdate = NetworkUpdate.constr_from_ptr(ret);
                CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
                return ret_hu_conv;
@@ -410,7 +415,7 @@ export class NetworkUpdate extends CommonBase {
         * Utility method to constructs a new NodeFailure-variant NetworkUpdate
         */
        public static constructor_node_failure(node_id: Uint8Array, is_permanent: boolean): NetworkUpdate {
-               const ret: number = bindings.NetworkUpdate_node_failure(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), is_permanent);
+               const ret: bigint = bindings.NetworkUpdate_node_failure(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), is_permanent);
                const ret_hu_conv: NetworkUpdate = NetworkUpdate.constr_from_ptr(ret);
                CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
                return ret_hu_conv;
@@ -433,9 +438,9 @@ export class NetworkUpdate_ChannelUpdateMessage extends NetworkUpdate {
         */
        public msg: ChannelUpdate;
        /* @internal */
-       public constructor(ptr: number) {
+       public constructor(ptr: bigint) {
                super(null, ptr);
-               const msg: number = bindings.LDKNetworkUpdate_ChannelUpdateMessage_get_msg(ptr);
+               const msg: bigint = bindings.LDKNetworkUpdate_ChannelUpdateMessage_get_msg(ptr);
                const msg_hu_conv: ChannelUpdate = new ChannelUpdate(null, msg);
                        CommonBase.add_ref_from(msg_hu_conv, this);
                this.msg = msg_hu_conv;
@@ -453,7 +458,7 @@ export class NetworkUpdate_ChannelFailure extends NetworkUpdate {
         */
        public is_permanent: boolean;
        /* @internal */
-       public constructor(ptr: number) {
+       public constructor(ptr: bigint) {
                super(null, ptr);
                this.short_channel_id = bindings.LDKNetworkUpdate_ChannelFailure_get_short_channel_id(ptr);
                this.is_permanent = bindings.LDKNetworkUpdate_ChannelFailure_get_is_permanent(ptr);
@@ -471,7 +476,7 @@ export class NetworkUpdate_NodeFailure extends NetworkUpdate {
         */
        public is_permanent: boolean;
        /* @internal */
-       public constructor(ptr: number) {
+       public constructor(ptr: bigint) {
                super(null, ptr);
                const node_id: number = bindings.LDKNetworkUpdate_NodeFailure_get_node_id(ptr);
                const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);