[TS] Update auto-generated bindings with changes + upstream changes
[ldk-java] / ts / structs / DelayedPaymentOutputDescriptor.mts
index 90c475f5fdba0cd0403720a2ecaaaa5eff4dde2f..f5f1768cf4583867bc8ddfa760ae3d39385d2f1e 100644 (file)
@@ -416,6 +416,17 @@ export class DelayedPaymentOutputDescriptor extends CommonBase {
                bindings.DelayedPaymentOutputDescriptor_set_to_self_delay(this.ptr, val);
        }
 
+       /**
+        * The output which is referenced by the given outpoint
+        * 
+        * Returns a copy of the field.
+        */
+       public get_output(): TxOut {
+               const ret: number = bindings.DelayedPaymentOutputDescriptor_get_output(this.ptr);
+               const ret_conv: TxOut = new TxOut(null, ret);
+               return ret_conv;
+       }
+
        /**
         * The output which is referenced by the given outpoint
         */