X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FCounterpartyForwardingInfo.ts;h=8b8db2081f722d59a8a5feef66423d76d6b09a24;hb=f3e670e9341decac613d33fc52febf19cea32f20;hp=ec452c4c30af680065c63c6bbad8ee60879a06c5;hpb=e30b350e325e7d517ea744578876d473839ad495;p=ldk-java diff --git a/ts/structs/CounterpartyForwardingInfo.ts b/ts/structs/CounterpartyForwardingInfo.ts index ec452c4c..8b8db208 100644 --- a/ts/structs/CounterpartyForwardingInfo.ts +++ b/ts/structs/CounterpartyForwardingInfo.ts @@ -52,6 +52,11 @@ import * as bindings from '../bindings' // TODO: figure out location return ret_hu_conv; } + public number clone_ptr() { + number ret = bindings.CounterpartyForwardingInfo_clone_ptr(this.ptr); + return ret; + } + public CounterpartyForwardingInfo clone() { number ret = bindings.CounterpartyForwardingInfo_clone(this.ptr); const ret_hu_conv: CounterpartyForwardingInfo = new CounterpartyForwardingInfo(null, ret);