2 import CommonBase from './CommonBase';
3 import * as bindings from '../bindings' // TODO: figure out location
5 public class TxOut extends CommonBase{
6 TxOut(java.lang.Object _dummy, long ptr) { super(ptr); }
7 long to_c_ptr() { return 0; }
8 @Override @SuppressWarnings("deprecation")
9 protected void finalize() throws Throwable {
11 if (ptr != 0) { bindings.TxOut_free(ptr); }