[Java] Update auto-generated bindings to LDK-C-Bindings 0.0.123.1
[ldk-java] / src / main / java / org / ldk / structs / OutPoint.java
index c3b6137cedc9b6cf35d23ba639c0124156374973..457def113c3b93523aaec3b7ded7d4341a7647f6 100644 (file)
@@ -119,6 +119,15 @@ public class OutPoint extends CommonBase {
        @Override public int hashCode() {
                return (int)this.hash();
        }
+       /**
+        * Get the string representation of a OutPoint object
+        */
+       public String to_str() {
+               String ret = bindings.OutPoint_to_str(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
        /**
         * Serialize the OutPoint object into a byte array which can be read by OutPoint_read
         */