X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FClosingSignedFeeRange.ts;h=a34f9e391e59f86aad346211654bf860e4bb2a86;hb=f3e670e9341decac613d33fc52febf19cea32f20;hp=b3dc2bac708a82352861e8f6882707b00737a152;hpb=e30b350e325e7d517ea744578876d473839ad495;p=ldk-java diff --git a/ts/structs/ClosingSignedFeeRange.ts b/ts/structs/ClosingSignedFeeRange.ts index b3dc2bac..a34f9e39 100644 --- a/ts/structs/ClosingSignedFeeRange.ts +++ b/ts/structs/ClosingSignedFeeRange.ts @@ -43,6 +43,11 @@ import * as bindings from '../bindings' // TODO: figure out location return ret_hu_conv; } + public number clone_ptr() { + number ret = bindings.ClosingSignedFeeRange_clone_ptr(this.ptr); + return ret; + } + public ClosingSignedFeeRange clone() { number ret = bindings.ClosingSignedFeeRange_clone(this.ptr); const ret_hu_conv: ClosingSignedFeeRange = new ClosingSignedFeeRange(null, ret);