Update auto-generated bindings
[ldk-java] / ts / structs / ClosingSignedFeeRange.ts
index b3dc2bac708a82352861e8f6882707b00737a152..a34f9e391e59f86aad346211654bf860e4bb2a86 100644 (file)
@@ -43,6 +43,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
+       public number clone_ptr() {
+               number ret = bindings.ClosingSignedFeeRange_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public ClosingSignedFeeRange clone() {
                number ret = bindings.ClosingSignedFeeRange_clone(this.ptr);
                const ret_hu_conv: ClosingSignedFeeRange = new ClosingSignedFeeRange(null, ret);