Update auto-generated bindings to 0.0.101
[ldk-java] / ts / structs / ReplyShortChannelIdsEnd.ts
index ebcb2914a57f061e169eceefff9917aea6c7c5a7..ab431a6a083c07bda3b0006bca6fa32e934d194c 100644 (file)
@@ -50,15 +50,15 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
+       public Uint8Array write() {
+               Uint8Array ret = bindings.ReplyShortChannelIdsEnd_write(this.ptr);
+               return ret;
+       }
+
        public static Result_ReplyShortChannelIdsEndDecodeErrorZ constructor_read(Uint8Array ser) {
                number ret = bindings.ReplyShortChannelIdsEnd_read(ser);
                Result_ReplyShortChannelIdsEndDecodeErrorZ ret_hu_conv = Result_ReplyShortChannelIdsEndDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;
        }
 
-       public Uint8Array write() {
-               Uint8Array ret = bindings.ReplyShortChannelIdsEnd_write(this.ptr);
-               return ret;
-       }
-
 }