Fix short, push trait struct refcnt increment down to lang
[ldk-java] / typescript_strings.py
index 6e2ce6fa3bea22e77394852fffcaf91e4b4808dd..7c6e6ab5644b5abb99d926b5d527bb803957f531 100644 (file)
@@ -650,6 +650,9 @@ const wasm = wasmInstance.exports;
 
         return (out_typescript_bindings, out_typescript_human, out_c)
 
+    def trait_struct_inc_refcnt(self, ty_info):
+        return ""
+
     def map_complex_enum(self, struct_name, variant_list, camel_to_snake):
         java_hu_type = struct_name.replace("LDK", "")