auto-generated bindings updates
authorMatt Corallo <git@bluematt.me>
Tue, 12 Jan 2021 19:19:25 +0000 (14:19 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 12 Jan 2021 19:19:25 +0000 (14:19 -0500)
src/main/java/org/ldk/impl/bindings.java
ts/bindings.ts

index 9189a54a8f70086cc02242fb2180ed18bb786637..ab59c289182fdc6a853e148308c9b50f73c55b55 100644 (file)
@@ -74,6 +74,7 @@ public class bindings {
                        DisconnectPeer(long msg) { this.msg = msg; }
                }
                public final static class IgnoreError extends LDKErrorAction {
+                       IgnoreError() { }
                }
                public final static class SendErrorMessage extends LDKErrorAction {
                        public long msg;
@@ -356,6 +357,7 @@ public class bindings {
                        ChannelUnavailable(byte[] err) { this.err = err; }
                }
                public final static class MonitorUpdateFailed extends LDKAPIError {
+                       MonitorUpdateFailed() { }
                }
                static native void init();
        }
index 4fd5c740d4af5d3e0fc612feffcbf6f88f886255..6cd8bc7f389b6dc813c529aa12153d4e61cdacac 100644 (file)
@@ -68,6 +68,7 @@ public class bindings {
                        DisconnectPeer(uint32_t msg) { this.msg = msg; }
                }
                export class IgnoreError extends LDKErrorAction {
+                       IgnoreError() { }
                }
                export class SendErrorMessage extends LDKErrorAction {
                        public uint32_t msg;
@@ -350,6 +351,7 @@ public class bindings {
                        ChannelUnavailable(byte[] err) { this.err = err; }
                }
                export class MonitorUpdateFailed extends LDKAPIError {
+                       MonitorUpdateFailed() { }
                }
                static native void init();
        }