]> git.bitcoin.ninja Git - ldk-java/blobdiff - src/main/java/org/ldk/structs/ChannelMonitorUpdate.java
Re-generate auto-generated bindings + add Mac OS generated bindings
[ldk-java] / src / main / java / org / ldk / structs / ChannelMonitorUpdate.java
index 4373180aedc6190f2a6e20195122ad80d7d2d15f..fec769a5ee731b6158b326cf56f3116b1ea89655 100644 (file)
@@ -31,8 +31,6 @@ public class ChannelMonitorUpdate extends CommonBase {
         * The only instance where update_id values are not strictly increasing is the case where we
         * allow post-force-close updates with a special update ID of [`CLOSED_CHANNEL_UPDATE_ID`]. See
         * its docs for more details.
-        * 
-        * [`CLOSED_CHANNEL_UPDATE_ID`]: constant.CLOSED_CHANNEL_UPDATE_ID.html
         */
        public long get_update_id() {
                long ret = bindings.ChannelMonitorUpdate_get_update_id(this.ptr);
@@ -51,8 +49,6 @@ public class ChannelMonitorUpdate extends CommonBase {
         * The only instance where update_id values are not strictly increasing is the case where we
         * allow post-force-close updates with a special update ID of [`CLOSED_CHANNEL_UPDATE_ID`]. See
         * its docs for more details.
-        * 
-        * [`CLOSED_CHANNEL_UPDATE_ID`]: constant.CLOSED_CHANNEL_UPDATE_ID.html
         */
        public void set_update_id(long val) {
                bindings.ChannelMonitorUpdate_set_update_id(this.ptr, val);
@@ -79,7 +75,7 @@ public class ChannelMonitorUpdate extends CommonBase {
        /**
         * Read a ChannelMonitorUpdate from a byte array, created by ChannelMonitorUpdate_write
         */
-       public static Result_ChannelMonitorUpdateDecodeErrorZ constructor_read(byte[] ser) {
+       public static Result_ChannelMonitorUpdateDecodeErrorZ read(byte[] ser) {
                long ret = bindings.ChannelMonitorUpdate_read(ser);
                Result_ChannelMonitorUpdateDecodeErrorZ ret_hu_conv = Result_ChannelMonitorUpdateDecodeErrorZ.constr_from_ptr(ret);
                return ret_hu_conv;