Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / structs / QueryShortChannelIds.java
index a451d753c3ea87055f82b0dcdbd6eef64ae31f77..e5123b64c0164456b8f710b83c3a4478f487a92c 100644 (file)
@@ -50,7 +50,7 @@ public class QueryShortChannelIds extends CommonBase {
        /**
         * Constructs a new QueryShortChannelIds given each field
         */
-       public static QueryShortChannelIds constructor_new(byte[] chain_hash_arg, long[] short_channel_ids_arg) {
+       public static QueryShortChannelIds of(byte[] chain_hash_arg, long[] short_channel_ids_arg) {
                long ret = bindings.QueryShortChannelIds_new(chain_hash_arg, short_channel_ids_arg);
                QueryShortChannelIds ret_hu_conv = new QueryShortChannelIds(null, ret);
                ret_hu_conv.ptrs_to.add(ret_hu_conv);
@@ -70,7 +70,7 @@ public class QueryShortChannelIds extends CommonBase {
        /**
         * Read a QueryShortChannelIds from a byte array, created by QueryShortChannelIds_write
         */
-       public static Result_QueryShortChannelIdsDecodeErrorZ constructor_read(byte[] ser) {
+       public static Result_QueryShortChannelIdsDecodeErrorZ read(byte[] ser) {
                long ret = bindings.QueryShortChannelIds_read(ser);
                Result_QueryShortChannelIdsDecodeErrorZ ret_hu_conv = Result_QueryShortChannelIdsDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;