X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FPositiveTimestamp.ts;h=de2bdceedfed27d38aaf24001e86c16a23603e41;hb=0fee03a8095f5599f8eccd920c1b1af6b3a20260;hp=8580d269213a9e428f2b4a425e543990e3d4bb4c;hpb=b0c50b891cbca28d3bd1d86276c132ff5221d8e4;p=ldk-java diff --git a/ts/structs/PositiveTimestamp.ts b/ts/structs/PositiveTimestamp.ts index 8580d269..de2bdcee 100644 --- a/ts/structs/PositiveTimestamp.ts +++ b/ts/structs/PositiveTimestamp.ts @@ -24,6 +24,11 @@ import * as bindings from '../bindings' // TODO: figure out location return ret; } + public number clone_ptr() { + number ret = bindings.PositiveTimestamp_clone_ptr(this.ptr); + return ret; + } + public PositiveTimestamp clone() { number ret = bindings.PositiveTimestamp_clone(this.ptr); const ret_hu_conv: PositiveTimestamp = new PositiveTimestamp(null, ret);