Update auto-generated bindings
[ldk-java] / ts / structs / ChannelTransactionParameters.ts
index 31525ff7a5a3c499b75f481866c46fefc651fef3..7efbc0cf914b6c9aab402ef6bc92c8580156ee54 100644 (file)
@@ -76,6 +76,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
+       public number clone_ptr() {
+               number ret = bindings.ChannelTransactionParameters_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public ChannelTransactionParameters clone() {
                number ret = bindings.ChannelTransactionParameters_clone(this.ptr);
                const ret_hu_conv: ChannelTransactionParameters = new ChannelTransactionParameters(null, ret);