[TS] Update auto-generated TS bindings
[ldk-java] / ts / structs / EffectiveCapacity.mts
index fa3da55bc45c3c0ff1d0823b4ebd6966e5ab6fd8..f87dc53c5d99244c4928b895a0136fb24bf4e491 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 { NetworkUpdate } from '../structs/NetworkUpdate.mjs';
 import { Option_NetworkUpdateZ } from '../structs/Option_NetworkUpdateZ.mjs';
@@ -104,10 +107,13 @@ 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';
+import { TwoTuple_u64u64Z } from '../structs/TwoTuple_u64u64Z.mjs';
+import { Option_C2Tuple_u64u64ZZ } from '../structs/Option_C2Tuple_u64u64ZZ.mjs';
+import { NodeId } from '../structs/NodeId.mjs';
 import { Record } from '../structs/Record.mjs';
 import { Logger, LoggerInterface } from '../structs/Logger.mjs';
 import { NetworkGraph } from '../structs/NetworkGraph.mjs';
@@ -122,7 +128,6 @@ import { Result_NodeFeaturesDecodeErrorZ } from '../structs/Result_NodeFeaturesD
 import { InvoiceFeatures } from '../structs/InvoiceFeatures.mjs';
 import { Result_InvoiceFeaturesDecodeErrorZ } from '../structs/Result_InvoiceFeaturesDecodeErrorZ.mjs';
 import { Result_ChannelTypeFeaturesDecodeErrorZ } from '../structs/Result_ChannelTypeFeaturesDecodeErrorZ.mjs';
-import { NodeId } from '../structs/NodeId.mjs';
 import { Result_NodeIdDecodeErrorZ } from '../structs/Result_NodeIdDecodeErrorZ.mjs';
 import { Result_COption_NetworkUpdateZDecodeErrorZ } from '../structs/Result_COption_NetworkUpdateZDecodeErrorZ.mjs';
 import { Access, AccessInterface } from '../structs/Access.mjs';
@@ -136,9 +141,12 @@ 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';
+import { NodeAlias } from '../structs/NodeAlias.mjs';
+import { Result_NodeAliasDecodeErrorZ } from '../structs/Result_NodeAliasDecodeErrorZ.mjs';
 import { NodeInfo } from '../structs/NodeInfo.mjs';
 import { Result_NodeInfoDecodeErrorZ } from '../structs/Result_NodeInfoDecodeErrorZ.mjs';
 import { Result_NetworkGraphDecodeErrorZ } from '../structs/Result_NetworkGraphDecodeErrorZ.mjs';
@@ -354,9 +362,9 @@ import * as bindings from '../bindings.mjs'
  * [`Self::as_msat`] should not be routed through the channel.
  */
 export class EffectiveCapacity extends CommonBase {
-       protected constructor(_dummy: object, ptr: number) { super(ptr, bindings.EffectiveCapacity_free); }
+       protected constructor(_dummy: object, ptr: bigint) { super(ptr, bindings.EffectiveCapacity_free); }
        /* @internal */
-       public static constr_from_ptr(ptr: number): EffectiveCapacity {
+       public static constr_from_ptr(ptr: bigint): EffectiveCapacity {
                const raw_ty: number = bindings.LDKEffectiveCapacity_ty_from_ptr(ptr);
                switch (raw_ty) {
                        case 0: return new EffectiveCapacity_ExactLiquidity(ptr);
@@ -369,8 +377,8 @@ export class EffectiveCapacity extends CommonBase {
                }
        }
 
-       public clone_ptr(): number {
-               const ret: number = bindings.EffectiveCapacity_clone_ptr(this.ptr);
+       public clone_ptr(): bigint {
+               const ret: bigint = bindings.EffectiveCapacity_clone_ptr(this.ptr);
                return ret;
        }
 
@@ -378,7 +386,7 @@ export class EffectiveCapacity extends CommonBase {
         * Creates a copy of the EffectiveCapacity
         */
        public clone(): EffectiveCapacity {
-               const ret: number = bindings.EffectiveCapacity_clone(this.ptr);
+               const ret: bigint = bindings.EffectiveCapacity_clone(this.ptr);
                const ret_hu_conv: EffectiveCapacity = EffectiveCapacity.constr_from_ptr(ret);
                CommonBase.add_ref_from(ret_hu_conv, this);
                return ret_hu_conv;
@@ -388,7 +396,7 @@ export class EffectiveCapacity extends CommonBase {
         * Utility method to constructs a new ExactLiquidity-variant EffectiveCapacity
         */
        public static constructor_exact_liquidity(liquidity_msat: bigint): EffectiveCapacity {
-               const ret: number = bindings.EffectiveCapacity_exact_liquidity(liquidity_msat);
+               const ret: bigint = bindings.EffectiveCapacity_exact_liquidity(liquidity_msat);
                const ret_hu_conv: EffectiveCapacity = EffectiveCapacity.constr_from_ptr(ret);
                CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
                return ret_hu_conv;
@@ -398,7 +406,7 @@ export class EffectiveCapacity extends CommonBase {
         * Utility method to constructs a new MaximumHTLC-variant EffectiveCapacity
         */
        public static constructor_maximum_htlc(amount_msat: bigint): EffectiveCapacity {
-               const ret: number = bindings.EffectiveCapacity_maximum_htlc(amount_msat);
+               const ret: bigint = bindings.EffectiveCapacity_maximum_htlc(amount_msat);
                const ret_hu_conv: EffectiveCapacity = EffectiveCapacity.constr_from_ptr(ret);
                CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
                return ret_hu_conv;
@@ -407,8 +415,8 @@ export class EffectiveCapacity extends CommonBase {
        /**
         * Utility method to constructs a new Total-variant EffectiveCapacity
         */
-       public static constructor_total(capacity_msat: bigint): EffectiveCapacity {
-               const ret: number = bindings.EffectiveCapacity_total(capacity_msat);
+       public static constructor_total(capacity_msat: bigint, htlc_maximum_msat: Option_u64Z): EffectiveCapacity {
+               const ret: bigint = bindings.EffectiveCapacity_total(capacity_msat, CommonBase.get_ptr_of(htlc_maximum_msat));
                const ret_hu_conv: EffectiveCapacity = EffectiveCapacity.constr_from_ptr(ret);
                CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
                return ret_hu_conv;
@@ -418,7 +426,7 @@ export class EffectiveCapacity extends CommonBase {
         * Utility method to constructs a new Infinite-variant EffectiveCapacity
         */
        public static constructor_infinite(): EffectiveCapacity {
-               const ret: number = bindings.EffectiveCapacity_infinite();
+               const ret: bigint = bindings.EffectiveCapacity_infinite();
                const ret_hu_conv: EffectiveCapacity = EffectiveCapacity.constr_from_ptr(ret);
                CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
                return ret_hu_conv;
@@ -428,7 +436,7 @@ export class EffectiveCapacity extends CommonBase {
         * Utility method to constructs a new Unknown-variant EffectiveCapacity
         */
        public static constructor_unknown(): EffectiveCapacity {
-               const ret: number = bindings.EffectiveCapacity_unknown();
+               const ret: bigint = bindings.EffectiveCapacity_unknown();
                const ret_hu_conv: EffectiveCapacity = EffectiveCapacity.constr_from_ptr(ret);
                CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
                return ret_hu_conv;
@@ -451,7 +459,7 @@ export class EffectiveCapacity_ExactLiquidity extends EffectiveCapacity {
         */
        public liquidity_msat: bigint;
        /* @internal */
-       public constructor(ptr: number) {
+       public constructor(ptr: bigint) {
                super(null, ptr);
                this.liquidity_msat = bindings.LDKEffectiveCapacity_ExactLiquidity_get_liquidity_msat(ptr);
        }
@@ -463,7 +471,7 @@ export class EffectiveCapacity_MaximumHTLC extends EffectiveCapacity {
         */
        public amount_msat: bigint;
        /* @internal */
-       public constructor(ptr: number) {
+       public constructor(ptr: bigint) {
                super(null, ptr);
                this.amount_msat = bindings.LDKEffectiveCapacity_MaximumHTLC_get_amount_msat(ptr);
        }
@@ -474,23 +482,31 @@ export class EffectiveCapacity_Total extends EffectiveCapacity {
         * The funding amount denominated in millisatoshi.
         */
        public capacity_msat: bigint;
+       /**
+        * The maximum HTLC amount denominated in millisatoshi.
+        */
+       public htlc_maximum_msat: Option_u64Z;
        /* @internal */
-       public constructor(ptr: number) {
+       public constructor(ptr: bigint) {
                super(null, ptr);
                this.capacity_msat = bindings.LDKEffectiveCapacity_Total_get_capacity_msat(ptr);
+               const htlc_maximum_msat: bigint = bindings.LDKEffectiveCapacity_Total_get_htlc_maximum_msat(ptr);
+               const htlc_maximum_msat_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(htlc_maximum_msat);
+                       CommonBase.add_ref_from(htlc_maximum_msat_hu_conv, this);
+               this.htlc_maximum_msat = htlc_maximum_msat_hu_conv;
        }
 }
 /** A EffectiveCapacity of type Infinite */
 export class EffectiveCapacity_Infinite extends EffectiveCapacity {
        /* @internal */
-       public constructor(ptr: number) {
+       public constructor(ptr: bigint) {
                super(null, ptr);
        }
 }
 /** A EffectiveCapacity of type Unknown */
 export class EffectiveCapacity_Unknown extends EffectiveCapacity {
        /* @internal */
-       public constructor(ptr: number) {
+       public constructor(ptr: bigint) {
                super(null, ptr);
        }
 }