X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FInitFeatures.ts;h=387c4a3023f3458ac02fd24ff8315a11ee2ee0af;hb=f3e670e9341decac613d33fc52febf19cea32f20;hp=4f18b363874afc4c2456ca0956d20ce2a6f04c16;hpb=e30b350e325e7d517ea744578876d473839ad495;p=ldk-java diff --git a/ts/structs/InitFeatures.ts b/ts/structs/InitFeatures.ts index 4f18b363..387c4a30 100644 --- a/ts/structs/InitFeatures.ts +++ b/ts/structs/InitFeatures.ts @@ -24,6 +24,11 @@ import * as bindings from '../bindings' // TODO: figure out location return ret; } + public number clone_ptr() { + number ret = bindings.InitFeatures_clone_ptr(this.ptr); + return ret; + } + public InitFeatures clone() { number ret = bindings.InitFeatures_clone(this.ptr); const ret_hu_conv: InitFeatures = new InitFeatures(null, ret);