[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / UserConfig.java
index 055f38fe4903ab3c6a309329e55a32c6ed5da6b6..58cc6142030dc72607aac750e196da32ce2dd90e 100644 (file)
@@ -4,6 +4,7 @@ import org.ldk.impl.bindings;
 import org.ldk.enums.*;
 import org.ldk.util.*;
 import java.util.Arrays;
+import java.lang.ref.Reference;
 import javax.annotation.Nullable;
 
 
@@ -23,48 +24,57 @@ public class UserConfig extends CommonBase {
        }
 
        /**
-        * Channel config that we propose to our counterparty.
+        * Channel handshake config that we propose to our counterparty.
         */
-       public ChannelHandshakeConfig get_own_channel_config() {
-               long ret = bindings.UserConfig_get_own_channel_config(this.ptr);
+       public ChannelHandshakeConfig get_channel_handshake_config() {
+               long ret = bindings.UserConfig_get_channel_handshake_config(this.ptr);
+               Reference.reachabilityFence(this);
                if (ret >= 0 && ret <= 4096) { return null; }
-               ChannelHandshakeConfig ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new ChannelHandshakeConfig(null, ret); }
+               org.ldk.structs.ChannelHandshakeConfig ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.ChannelHandshakeConfig(null, ret); }
                ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }
 
        /**
-        * Channel config that we propose to our counterparty.
+        * Channel handshake config that we propose to our counterparty.
         */
-       public void set_own_channel_config(ChannelHandshakeConfig val) {
-               bindings.UserConfig_set_own_channel_config(this.ptr, val == null ? 0 : val.ptr & ~1);
+       public void set_channel_handshake_config(ChannelHandshakeConfig val) {
+               bindings.UserConfig_set_channel_handshake_config(this.ptr, val == null ? 0 : val.ptr);
+               Reference.reachabilityFence(this);
+               Reference.reachabilityFence(val);
+               this.ptrs_to.add(val);
        }
 
        /**
-        * Limits applied to our counterparty's proposed channel config settings.
+        * Limits applied to our counterparty's proposed channel handshake config settings.
         */
-       public ChannelHandshakeLimits get_peer_channel_config_limits() {
-               long ret = bindings.UserConfig_get_peer_channel_config_limits(this.ptr);
+       public ChannelHandshakeLimits get_channel_handshake_limits() {
+               long ret = bindings.UserConfig_get_channel_handshake_limits(this.ptr);
+               Reference.reachabilityFence(this);
                if (ret >= 0 && ret <= 4096) { return null; }
-               ChannelHandshakeLimits ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new ChannelHandshakeLimits(null, ret); }
+               org.ldk.structs.ChannelHandshakeLimits ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.ChannelHandshakeLimits(null, ret); }
                ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }
 
        /**
-        * Limits applied to our counterparty's proposed channel config settings.
+        * Limits applied to our counterparty's proposed channel handshake config settings.
         */
-       public void set_peer_channel_config_limits(ChannelHandshakeLimits val) {
-               bindings.UserConfig_set_peer_channel_config_limits(this.ptr, val == null ? 0 : val.ptr & ~1);
+       public void set_channel_handshake_limits(ChannelHandshakeLimits val) {
+               bindings.UserConfig_set_channel_handshake_limits(this.ptr, val == null ? 0 : val.ptr);
+               Reference.reachabilityFence(this);
+               Reference.reachabilityFence(val);
+               this.ptrs_to.add(val);
        }
 
        /**
         * Channel config which affects behavior during channel lifetime.
         */
-       public ChannelConfig get_channel_options() {
-               long ret = bindings.UserConfig_get_channel_options(this.ptr);
+       public ChannelConfig get_channel_config() {
+               long ret = bindings.UserConfig_get_channel_config(this.ptr);
+               Reference.reachabilityFence(this);
                if (ret >= 0 && ret <= 4096) { return null; }
-               ChannelConfig ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new ChannelConfig(null, ret); }
+               org.ldk.structs.ChannelConfig ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.ChannelConfig(null, ret); }
                ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }
@@ -72,8 +82,11 @@ public class UserConfig extends CommonBase {
        /**
         * Channel config which affects behavior during channel lifetime.
         */
-       public void set_channel_options(ChannelConfig val) {
-               bindings.UserConfig_set_channel_options(this.ptr, val == null ? 0 : val.ptr & ~1);
+       public void set_channel_config(ChannelConfig val) {
+               bindings.UserConfig_set_channel_config(this.ptr, val == null ? 0 : val.ptr);
+               Reference.reachabilityFence(this);
+               Reference.reachabilityFence(val);
+               this.ptrs_to.add(val);
        }
 
        /**
@@ -82,7 +95,7 @@ public class UserConfig extends CommonBase {
         * node which is not online reliably.
         * 
         * For nodes which are not online reliably, you should set all channels to *not* be announced
-        * (using [`ChannelConfig::announced_channel`] and
+        * (using [`ChannelHandshakeConfig::announced_channel`] and
         * [`ChannelHandshakeLimits::force_announced_channel_preference`]) and set this to false to
         * ensure you are not exposed to any forwarding risk.
         * 
@@ -96,6 +109,7 @@ public class UserConfig extends CommonBase {
         */
        public boolean get_accept_forwards_to_priv_channels() {
                boolean ret = bindings.UserConfig_get_accept_forwards_to_priv_channels(this.ptr);
+               Reference.reachabilityFence(this);
                return ret;
        }
 
@@ -105,7 +119,7 @@ public class UserConfig extends CommonBase {
         * node which is not online reliably.
         * 
         * For nodes which are not online reliably, you should set all channels to *not* be announced
-        * (using [`ChannelConfig::announced_channel`] and
+        * (using [`ChannelHandshakeConfig::announced_channel`] and
         * [`ChannelHandshakeLimits::force_announced_channel_preference`]) and set this to false to
         * ensure you are not exposed to any forwarding risk.
         * 
@@ -119,21 +133,95 @@ public class UserConfig extends CommonBase {
         */
        public void set_accept_forwards_to_priv_channels(boolean val) {
                bindings.UserConfig_set_accept_forwards_to_priv_channels(this.ptr, val);
+               Reference.reachabilityFence(this);
+               Reference.reachabilityFence(val);
+       }
+
+       /**
+        * If this is set to false, we do not accept inbound requests to open a new channel.
+        * Default value: true.
+        */
+       public boolean get_accept_inbound_channels() {
+               boolean ret = bindings.UserConfig_get_accept_inbound_channels(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
+       /**
+        * If this is set to false, we do not accept inbound requests to open a new channel.
+        * Default value: true.
+        */
+       public void set_accept_inbound_channels(boolean val) {
+               bindings.UserConfig_set_accept_inbound_channels(this.ptr, val);
+               Reference.reachabilityFence(this);
+               Reference.reachabilityFence(val);
+       }
+
+       /**
+        * If this is set to true, the user needs to manually accept inbound requests to open a new
+        * channel.
+        * 
+        * When set to true, [`Event::OpenChannelRequest`] will be triggered once a request to open a
+        * new inbound channel is received through a [`msgs::OpenChannel`] message. In that case, a
+        * [`msgs::AcceptChannel`] message will not be sent back to the counterparty node unless the
+        * user explicitly chooses to accept the request.
+        * 
+        * Default value: false.
+        * 
+        * [`Event::OpenChannelRequest`]: crate::util::events::Event::OpenChannelRequest
+        * [`msgs::OpenChannel`]: crate::ln::msgs::OpenChannel
+        * [`msgs::AcceptChannel`]: crate::ln::msgs::AcceptChannel
+        */
+       public boolean get_manually_accept_inbound_channels() {
+               boolean ret = bindings.UserConfig_get_manually_accept_inbound_channels(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
+       /**
+        * If this is set to true, the user needs to manually accept inbound requests to open a new
+        * channel.
+        * 
+        * When set to true, [`Event::OpenChannelRequest`] will be triggered once a request to open a
+        * new inbound channel is received through a [`msgs::OpenChannel`] message. In that case, a
+        * [`msgs::AcceptChannel`] message will not be sent back to the counterparty node unless the
+        * user explicitly chooses to accept the request.
+        * 
+        * Default value: false.
+        * 
+        * [`Event::OpenChannelRequest`]: crate::util::events::Event::OpenChannelRequest
+        * [`msgs::OpenChannel`]: crate::ln::msgs::OpenChannel
+        * [`msgs::AcceptChannel`]: crate::ln::msgs::AcceptChannel
+        */
+       public void set_manually_accept_inbound_channels(boolean val) {
+               bindings.UserConfig_set_manually_accept_inbound_channels(this.ptr, val);
+               Reference.reachabilityFence(this);
+               Reference.reachabilityFence(val);
        }
 
        /**
         * Constructs a new UserConfig given each field
         */
-       public static UserConfig of(ChannelHandshakeConfig own_channel_config_arg, ChannelHandshakeLimits peer_channel_config_limits_arg, ChannelConfig channel_options_arg, boolean accept_forwards_to_priv_channels_arg) {
-               long ret = bindings.UserConfig_new(own_channel_config_arg == null ? 0 : own_channel_config_arg.ptr & ~1, peer_channel_config_limits_arg == null ? 0 : peer_channel_config_limits_arg.ptr & ~1, channel_options_arg == null ? 0 : channel_options_arg.ptr & ~1, accept_forwards_to_priv_channels_arg);
+       public static UserConfig of(ChannelHandshakeConfig channel_handshake_config_arg, ChannelHandshakeLimits channel_handshake_limits_arg, ChannelConfig channel_config_arg, boolean accept_forwards_to_priv_channels_arg, boolean accept_inbound_channels_arg, boolean manually_accept_inbound_channels_arg) {
+               long ret = bindings.UserConfig_new(channel_handshake_config_arg == null ? 0 : channel_handshake_config_arg.ptr, channel_handshake_limits_arg == null ? 0 : channel_handshake_limits_arg.ptr, channel_config_arg == null ? 0 : channel_config_arg.ptr, accept_forwards_to_priv_channels_arg, accept_inbound_channels_arg, manually_accept_inbound_channels_arg);
+               Reference.reachabilityFence(channel_handshake_config_arg);
+               Reference.reachabilityFence(channel_handshake_limits_arg);
+               Reference.reachabilityFence(channel_config_arg);
+               Reference.reachabilityFence(accept_forwards_to_priv_channels_arg);
+               Reference.reachabilityFence(accept_inbound_channels_arg);
+               Reference.reachabilityFence(manually_accept_inbound_channels_arg);
                if (ret >= 0 && ret <= 4096) { return null; }
-               UserConfig ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new UserConfig(null, ret); }
+               org.ldk.structs.UserConfig ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.UserConfig(null, ret); }
                ret_hu_conv.ptrs_to.add(ret_hu_conv);
+               ret_hu_conv.ptrs_to.add(channel_handshake_config_arg);
+               ret_hu_conv.ptrs_to.add(channel_handshake_limits_arg);
+               ret_hu_conv.ptrs_to.add(channel_config_arg);
                return ret_hu_conv;
        }
 
        long clone_ptr() {
                long ret = bindings.UserConfig_clone_ptr(this.ptr);
+               Reference.reachabilityFence(this);
                return ret;
        }
 
@@ -142,8 +230,9 @@ public class UserConfig extends CommonBase {
         */
        public UserConfig clone() {
                long ret = bindings.UserConfig_clone(this.ptr);
+               Reference.reachabilityFence(this);
                if (ret >= 0 && ret <= 4096) { return null; }
-               UserConfig ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new UserConfig(null, ret); }
+               org.ldk.structs.UserConfig ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.UserConfig(null, ret); }
                ret_hu_conv.ptrs_to.add(this);
                return ret_hu_conv;
        }
@@ -154,7 +243,7 @@ public class UserConfig extends CommonBase {
        public static UserConfig with_default() {
                long ret = bindings.UserConfig_default();
                if (ret >= 0 && ret <= 4096) { return null; }
-               UserConfig ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new UserConfig(null, ret); }
+               org.ldk.structs.UserConfig ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.UserConfig(null, ret); }
                ret_hu_conv.ptrs_to.add(ret_hu_conv);
                return ret_hu_conv;
        }