X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_PaymentHashPaymentSendFailureZ.ts;h=e1648c3bb4a73cb8be9c59ab4a2e0c20c9bdc880;hb=f6c75b182a7786062a4966e8939701ef59092509;hp=41052fa50a586b898e7f315581b3670db6e5f112;hpb=9da1fb892048ce2faddd35e930619fd1a16c0137;p=ldk-java diff --git a/ts/structs/Result_PaymentHashPaymentSendFailureZ.ts b/ts/structs/Result_PaymentHashPaymentSendFailureZ.ts index 41052fa5..e1648c3b 100644 --- a/ts/structs/Result_PaymentHashPaymentSendFailureZ.ts +++ b/ts/structs/Result_PaymentHashPaymentSendFailureZ.ts @@ -34,19 +34,19 @@ public class Result_PaymentHashPaymentSendFailureZ extends CommonBase { } } - public static Result_PaymentHashPaymentSendFailureZ constructor__ok(Uint8Array o) { + public static Result_PaymentHashPaymentSendFailureZ constructor_ok(Uint8Array o) { number ret = bindings.CResult_PaymentHashPaymentSendFailureZ_ok(o); Result_PaymentHashPaymentSendFailureZ ret_hu_conv = Result_PaymentHashPaymentSendFailureZ.constr_from_ptr(ret); return ret_hu_conv; } - public static Result_PaymentHashPaymentSendFailureZ constructor__err(PaymentSendFailure e) { + public static Result_PaymentHashPaymentSendFailureZ constructor_err(PaymentSendFailure e) { number ret = bindings.CResult_PaymentHashPaymentSendFailureZ_err(e.ptr); Result_PaymentHashPaymentSendFailureZ ret_hu_conv = Result_PaymentHashPaymentSendFailureZ.constr_from_ptr(ret); return ret_hu_conv; } - public Result_PaymentHashPaymentSendFailureZ _clone() { + public Result_PaymentHashPaymentSendFailureZ clone() { number ret = bindings.CResult_PaymentHashPaymentSendFailureZ_clone(this.ptr); Result_PaymentHashPaymentSendFailureZ ret_hu_conv = Result_PaymentHashPaymentSendFailureZ.constr_from_ptr(ret); return ret_hu_conv;