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