[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / Init.java
index 767ecfd36d93adfc9ce579b3ff93218ddb2628c7..7015c4d2360644017661eb94d51a6e0e038f7d70 100644 (file)
@@ -35,7 +35,7 @@ public class Init extends CommonBase {
        /**
         * The relevant features which the sender supports
         */
-       public void set_features(InitFeatures val) {
+       public void set_features(org.ldk.structs.InitFeatures val) {
                bindings.Init_set_features(this.ptr, val == null ? 0 : val.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(val);
@@ -63,7 +63,7 @@ public class Init extends CommonBase {
         * to discover a potential update to its public IPv4 address (NAT) and use
         * that for a node_announcement update message containing the new address.
         */
-       public void set_remote_network_address(Option_NetAddressZ val) {
+       public void set_remote_network_address(org.ldk.structs.Option_NetAddressZ val) {
                bindings.Init_set_remote_network_address(this.ptr, val.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(val);
@@ -72,7 +72,7 @@ public class Init extends CommonBase {
        /**
         * Constructs a new Init given each field
         */
-       public static Init of(InitFeatures features_arg, Option_NetAddressZ remote_network_address_arg) {
+       public static Init of(org.ldk.structs.InitFeatures features_arg, org.ldk.structs.Option_NetAddressZ remote_network_address_arg) {
                long ret = bindings.Init_new(features_arg == null ? 0 : features_arg.ptr, remote_network_address_arg.ptr);
                Reference.reachabilityFence(features_arg);
                Reference.reachabilityFence(remote_network_address_arg);
@@ -106,7 +106,7 @@ public class Init extends CommonBase {
         * This ignores pointers and is_owned flags and looks at the values in fields.
         * Two objects with NULL inner values will be considered "equal" here.
         */
-       public boolean eq(Init b) {
+       public boolean eq(org.ldk.structs.Init b) {
                boolean ret = bindings.Init_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);