Update auto-generated bindings
[ldk-java] / ts / structs / DelayedPaymentOutputDescriptor.ts
index f6cdf7654e20177804d20456db28af1a4be26259..87c847e5cc2d9cf2d58bd10c42b4feda651df964 100644 (file)
@@ -94,4 +94,15 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
+       public Uint8Array write() {
+               Uint8Array ret = bindings.DelayedPaymentOutputDescriptor_write(this.ptr);
+               return ret;
+       }
+
+       public static Result_DelayedPaymentOutputDescriptorDecodeErrorZ constructor_read(Uint8Array ser) {
+               number ret = bindings.DelayedPaymentOutputDescriptor_read(ser);
+               Result_DelayedPaymentOutputDescriptorDecodeErrorZ ret_hu_conv = Result_DelayedPaymentOutputDescriptorDecodeErrorZ.constr_from_ptr(ret);
+               return ret_hu_conv;
+       }
+
 }