[Java] Update auto-generated bindings to LDK-C-Bindings 0.0.123.1
[ldk-java] / src / main / java / org / ldk / structs / ChannelId.java
index c5a1644cf7a5e09f52959e0a928f9188e827112e..43502cefd15d66a93c495c23f7e9fb68958587ba 100644 (file)
@@ -221,4 +221,13 @@ public class ChannelId extends CommonBase {
                return ret_hu_conv;
        }
 
+       /**
+        * Get the string representation of a ChannelId object
+        */
+       public String to_str() {
+               String ret = bindings.ChannelId_to_str(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
 }