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