TS bindings
[ldk-java] / ts / structs / InitFeatures.ts
1
2 import CommonBase from './CommonBase';
3 import * as bindings from '../bindings' // TODO: figure out location
4
5 public class InitFeatures extends CommonBase {
6         InitFeatures(Object _dummy, long ptr) { super(ptr); }
7         @Override @SuppressWarnings("deprecation")
8         protected void finalize() throws Throwable {
9                 super.finalize();
10                 if (ptr != 0) { bindings.InitFeatures_free(ptr); }
11         }
12
13 }