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