Update auto-generated bindings
[ldk-java] / ts / structs / ChannelInfo.ts
index 2ae6c0e9591f4a87e0a778cd4593a7f028ff4eb5..0101375df6dd49e9792caf1560c5035a8556524f 100644 (file)
@@ -102,6 +102,11 @@ import * as bindings from '../bindings' // TODO: figure out location
                return ret_hu_conv;
        }
 
+       public number clone_ptr() {
+               number ret = bindings.ChannelInfo_clone_ptr(this.ptr);
+               return ret;
+       }
+
        public ChannelInfo clone() {
                number ret = bindings.ChannelInfo_clone(this.ptr);
                const ret_hu_conv: ChannelInfo = new ChannelInfo(null, ret);