Update auto-generated bindings to 0.0.101
[ldk-java] / src / main / java / org / ldk / structs / ReplyShortChannelIdsEnd.java
index 30edc9778032e2c2d367b45d68dfa567a981a9c0..308438c911c7fd16a51bbc3288805973b2a5f194 100644 (file)
@@ -76,6 +76,14 @@ public class ReplyShortChannelIdsEnd extends CommonBase {
                return ret_hu_conv;
        }
 
+       /**
+        * Serialize the ReplyShortChannelIdsEnd object into a byte array which can be read by ReplyShortChannelIdsEnd_read
+        */
+       public byte[] write() {
+               byte[] ret = bindings.ReplyShortChannelIdsEnd_write(this.ptr);
+               return ret;
+       }
+
        /**
         * Read a ReplyShortChannelIdsEnd from a byte array, created by ReplyShortChannelIdsEnd_write
         */
@@ -86,12 +94,4 @@ public class ReplyShortChannelIdsEnd extends CommonBase {
                return ret_hu_conv;
        }
 
-       /**
-        * Serialize the ReplyShortChannelIdsEnd object into a byte array which can be read by ReplyShortChannelIdsEnd_read
-        */
-       public byte[] write() {
-               byte[] ret = bindings.ReplyShortChannelIdsEnd_write(this.ptr);
-               return ret;
-       }
-
 }