Update auto-generated bindings
[ldk-java] / ts / structs / SpendableOutputDescriptor.ts
index bdd9f6599f0dff99e155f296a6f3d2fdb796bc44..f0758a28c91ac6a928f63a44817883620b3c42bd 100644 (file)
@@ -57,6 +57,11 @@ export class StaticPaymentOutput extends SpendableOutputDescriptor {
                this.static_payment_output = static_payment_output_hu_conv;
        }
 }
+       public number clone_ptr() {
+               number ret = bindings.SpendableOutputDescriptor_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public SpendableOutputDescriptor clone() {
                number ret = bindings.SpendableOutputDescriptor_clone(this.ptr);
                SpendableOutputDescriptor ret_hu_conv = SpendableOutputDescriptor.constr_from_ptr(ret);