Update auto-generated bindings
[ldk-java] / ts / structs / ThreeTuple_RawInvoice_u832InvoiceSignatureZ.ts
diff --git a/ts/structs/ThreeTuple_RawInvoice_u832InvoiceSignatureZ.ts b/ts/structs/ThreeTuple_RawInvoice_u832InvoiceSignatureZ.ts
new file mode 100644 (file)
index 0000000..cdcd147
--- /dev/null
@@ -0,0 +1,21 @@
+
+            
+import CommonBase from './CommonBase';
+import * as bindings from '../bindings' // TODO: figure out location
+
+
+
+            export default class C3Tuple_RawInvoice_u832InvoiceSignatureZ extends CommonBase {
+                constructor(_dummy: object, ptr: number) {
+                    super(ptr);
+                }
+
+                
+                protected finalize() {
+                    super.finalize();
+
+                    if (this.ptr != 0) {
+                        bindings.C3Tuple_RawInvoice_u832InvoiceSignatureZ_free(this.ptr);
+                    }
+                }
+}