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