[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / ChannelUsage.java
index 2edd4f630d99a8baa53d7a079c7f25a4961b22ad..7795c2fe36bd2c271538b55399bcbd3c267a3148 100644 (file)
@@ -73,7 +73,7 @@ public class ChannelUsage extends CommonBase {
        /**
         * The effective capacity of the channel.
         */
-       public void set_effective_capacity(EffectiveCapacity val) {
+       public void set_effective_capacity(org.ldk.structs.EffectiveCapacity val) {
                bindings.ChannelUsage_set_effective_capacity(this.ptr, val.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(val);
@@ -82,7 +82,7 @@ public class ChannelUsage extends CommonBase {
        /**
         * Constructs a new ChannelUsage given each field
         */
-       public static ChannelUsage of(long amount_msat_arg, long inflight_htlc_msat_arg, EffectiveCapacity effective_capacity_arg) {
+       public static ChannelUsage of(long amount_msat_arg, long inflight_htlc_msat_arg, org.ldk.structs.EffectiveCapacity effective_capacity_arg) {
                long ret = bindings.ChannelUsage_new(amount_msat_arg, inflight_htlc_msat_arg, effective_capacity_arg.ptr);
                Reference.reachabilityFence(amount_msat_arg);
                Reference.reachabilityFence(inflight_htlc_msat_arg);