[TS] Update auto-generated bindings with changes + upstream changes
[ldk-java] / ts / structs / ReplyChannelRange.mts
index 158f56ee7b4f5b47f3fc97007cf0c151de0a8ca4..54ca9911125d454c5449899b54af3b6f9b554dc4 100644 (file)
@@ -432,6 +432,17 @@ export class ReplyChannelRange extends CommonBase {
                bindings.ReplyChannelRange_set_sync_complete(this.ptr, val);
        }
 
+       /**
+        * The short_channel_ids in the channel range
+        * 
+        * Returns a copy of the field.
+        */
+       public get_short_channel_ids(): bigint[] {
+               const ret: number = bindings.ReplyChannelRange_get_short_channel_ids(this.ptr);
+               const ret_conv: bigint[] = bindings.decodeUint64Array(ret);
+               return ret_conv;
+       }
+
        /**
         * The short_channel_ids in the channel range
         */