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