[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / ChannelInfo.java
index ea695c3d3938ffadb8619c7e070e61811acb5348..864f64e2fa76f4a9944b504fe6c5f2d00abf1881 100644 (file)
@@ -36,7 +36,7 @@ public class ChannelInfo extends CommonBase {
        /**
         * Protocol features of a channel communicated during its announcement
         */
-       public void set_features(ChannelFeatures val) {
+       public void set_features(org.ldk.structs.ChannelFeatures val) {
                bindings.ChannelInfo_set_features(this.ptr, val == null ? 0 : val.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(val);
@@ -58,7 +58,7 @@ public class ChannelInfo extends CommonBase {
        /**
         * Source node of the first direction of a channel
         */
-       public void set_node_one(NodeId val) {
+       public void set_node_one(org.ldk.structs.NodeId val) {
                bindings.ChannelInfo_set_node_one(this.ptr, val == null ? 0 : val.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(val);
@@ -85,7 +85,7 @@ public class ChannelInfo extends CommonBase {
         * 
         * Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
         */
-       public void set_one_to_two(@Nullable ChannelUpdateInfo val) {
+       public void set_one_to_two(@Nullable org.ldk.structs.ChannelUpdateInfo val) {
                bindings.ChannelInfo_set_one_to_two(this.ptr, val == null ? 0 : val.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(val);
@@ -107,7 +107,7 @@ public class ChannelInfo extends CommonBase {
        /**
         * Source node of the second direction of a channel
         */
-       public void set_node_two(NodeId val) {
+       public void set_node_two(org.ldk.structs.NodeId val) {
                bindings.ChannelInfo_set_node_two(this.ptr, val == null ? 0 : val.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(val);
@@ -134,7 +134,7 @@ public class ChannelInfo extends CommonBase {
         * 
         * Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
         */
-       public void set_two_to_one(@Nullable ChannelUpdateInfo val) {
+       public void set_two_to_one(@Nullable org.ldk.structs.ChannelUpdateInfo val) {
                bindings.ChannelInfo_set_two_to_one(this.ptr, val == null ? 0 : val.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(val);
@@ -156,7 +156,7 @@ public class ChannelInfo extends CommonBase {
        /**
         * The channel capacity as seen on-chain, if chain lookup is available.
         */
-       public void set_capacity_sats(Option_u64Z val) {
+       public void set_capacity_sats(org.ldk.structs.Option_u64Z val) {
                bindings.ChannelInfo_set_capacity_sats(this.ptr, val.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(val);
@@ -188,7 +188,7 @@ public class ChannelInfo extends CommonBase {
         * 
         * Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
         */
-       public void set_announcement_message(@Nullable ChannelAnnouncement val) {
+       public void set_announcement_message(@Nullable org.ldk.structs.ChannelAnnouncement val) {
                bindings.ChannelInfo_set_announcement_message(this.ptr, val == null ? 0 : val.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(val);
@@ -218,7 +218,7 @@ public class ChannelInfo 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(ChannelInfo b) {
+       public boolean eq(org.ldk.structs.ChannelInfo b) {
                boolean ret = bindings.ChannelInfo_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);