X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FInit.java;h=7015c4d2360644017661eb94d51a6e0e038f7d70;hb=330ca992be304d0eac79bd59b411980dff294b03;hp=767ecfd36d93adfc9ce579b3ff93218ddb2628c7;hpb=1852c471e433c02edcae4803ba52bfec05c5631c;p=ldk-java diff --git a/src/main/java/org/ldk/structs/Init.java b/src/main/java/org/ldk/structs/Init.java index 767ecfd3..7015c4d2 100644 --- a/src/main/java/org/ldk/structs/Init.java +++ b/src/main/java/org/ldk/structs/Init.java @@ -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);