[Java] Update auto-generated bindings to LDK-C-Bindings 0.0.123.1
[ldk-java] / src / main / java / org / ldk / structs / DecodeError.java
index 24739629709934bd3ab8f19856f536cabe5eff0d..39e16610a7a25467be48b58a3fdbaa0321e7c54e 100644 (file)
@@ -262,4 +262,13 @@ public class DecodeError extends CommonBase {
                if (!(o instanceof DecodeError)) return false;
                return this.eq((DecodeError)o);
        }
+       /**
+        * Get the string representation of a DecodeError object
+        */
+       public String to_str() {
+               String ret = bindings.DecodeError_to_str(this.ptr);
+               Reference.reachabilityFence(this);
+               return ret;
+       }
+
 }