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