X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FOption_TypeZ.ts;h=b6919288c4953cbcb7312e93760ff2421277c2d7;hb=f3e670e9341decac613d33fc52febf19cea32f20;hp=a9d05e95c2430b21e0ee1c60d361ebcbacac40cb;hpb=e30b350e325e7d517ea744578876d473839ad495;p=ldk-java diff --git a/ts/structs/Option_TypeZ.ts b/ts/structs/Option_TypeZ.ts index a9d05e95..b6919288 100644 --- a/ts/structs/Option_TypeZ.ts +++ b/ts/structs/Option_TypeZ.ts @@ -50,6 +50,11 @@ export class None extends COption_TypeZ { return ret_hu_conv; } + public number clone_ptr() { + number ret = bindings.COption_TypeZ_clone_ptr(this.ptr); + return ret; + } + public Option_TypeZ clone() { number ret = bindings.COption_TypeZ_clone(this.ptr); Option_TypeZ ret_hu_conv = Option_TypeZ.constr_from_ptr(ret);