[TS] Update auto-generated bindings with changes + upstream changes
[ldk-java] / ts / structs / QueryShortChannelIds.mts
index b45901305f168eb26e614338f4a16f86bd08613f..f84b4b253c973c23a9ed30a925b60a1ae5f7a42c 100644 (file)
@@ -388,6 +388,17 @@ export class QueryShortChannelIds extends CommonBase {
                bindings.QueryShortChannelIds_set_chain_hash(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(val, 32)));
        }
 
+       /**
+        * The short_channel_ids that are being queried
+        * 
+        * Returns a copy of the field.
+        */
+       public get_short_channel_ids(): bigint[] {
+               const ret: number = bindings.QueryShortChannelIds_get_short_channel_ids(this.ptr);
+               const ret_conv: bigint[] = bindings.decodeUint64Array(ret);
+               return ret_conv;
+       }
+
        /**
         * The short_channel_ids that are being queried
         */