[Java] Update auto-generated bindings to 0.0.115
[ldk-java] / src / main / java / org / ldk / structs / InFlightHtlcs.java
index 1164d5869f3e8fadc68fd59da76d67233ca561c7..dcdfc82eeed20960097ad3e6acd06d931a4d8de1 100644 (file)
@@ -50,6 +50,17 @@ public class InFlightHtlcs extends CommonBase {
                return ret_hu_conv;
        }
 
+       /**
+        * Takes in a path with payer's node id and adds the path's details to `InFlightHtlcs`.
+        */
+       public void process_path(org.ldk.structs.Path path, byte[] payer_node_id) {
+               bindings.InFlightHtlcs_process_path(this.ptr, path == null ? 0 : path.ptr, InternalUtils.check_arr_len(payer_node_id, 33));
+               Reference.reachabilityFence(this);
+               Reference.reachabilityFence(path);
+               Reference.reachabilityFence(payer_node_id);
+               if (this != null) { this.ptrs_to.add(path); };
+       }
+
        /**
         * Returns liquidity in msat given the public key of the HTLC source, target, and short channel
         * id.