X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FRetryAttempts.ts;h=d844d6edf97e7a91baf7291f1ecbeb3560cfa594;hb=f3e670e9341decac613d33fc52febf19cea32f20;hp=a01632d833cd6c2aae26f16ef221c653f6873364;hpb=e30b350e325e7d517ea744578876d473839ad495;p=ldk-java diff --git a/ts/structs/RetryAttempts.ts b/ts/structs/RetryAttempts.ts index a01632d8..d844d6ed 100644 --- a/ts/structs/RetryAttempts.ts +++ b/ts/structs/RetryAttempts.ts @@ -34,6 +34,11 @@ import * as bindings from '../bindings' // TODO: figure out location return ret_hu_conv; } + public number clone_ptr() { + number ret = bindings.RetryAttempts_clone_ptr(this.ptr); + return ret; + } + public RetryAttempts clone() { number ret = bindings.RetryAttempts_clone(this.ptr); const ret_hu_conv: RetryAttempts = new RetryAttempts(null, ret);